I'm trying to walk through the Parenscript library to see how it renders, i.e. what actually happens when you make a (ps... )
call.
Ideally, I'd use VSCode to set breakpoints and watches and step into all called functions. There doesn't seem to be any lisp debugging extension in the VSCode marketplace.
Right now, I'm loading sbcl in a terminal window in VSCode and have command-shift-A
bound to Terminal: Run Selected Text In Active Terminal
, so that anything I write in the editor can be executed in sbcl.
Is there a way to set up the VSCode environment so that I can have access to debugging tools like watches and step-into?