joaotavora / sly

Sylvester the Cat's Common Lisp IDE
1.23k stars 139 forks source link

Code stepper. #625

Closed Yan3ku closed 6 months ago

Yan3ku commented 6 months ago

I'm new to common lisp and I'm having trouble with using the step ability of sbcl like in this article: https://malisper.me/debugging-lisp-part-1-recompilation/ I launched the sbcl through sly, compiled the declaim (optimize (debug 3)) and added the brake but nevertheless I don't see possible restart for STEP-NEXT STEP-INTO etc. What's weird when I load the file from shell sbcl --load file.lisp, sbcl allows me to invoke START which goes into the code stepper. Can I somehow go into this step mode from sly? Sorry for any misunderstanding from my part and thanks for the hard work over sly.

Yan3ku commented 6 months ago

So I have checked the docs and it seems sly has much better feature called the "stickers".