You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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-NEXTSTEP-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.
The text was updated successfully, but these errors were encountered:
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 thebrake
but nevertheless I don't see possible restart forSTEP-NEXT
STEP-INTO
etc.What's weird when I load the file from shell
sbcl --load file.lisp
, sbcl allows me to invokeSTART
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.
The text was updated successfully, but these errors were encountered: