I recently started using ABCL, and until now I've been able to use it fine through the Emacs/Slime interface.
I'm now trying to use ABCL directly from the command line, but I have no idea what the debugger commands are. Once a runtime error occurs and I am offered the list of possible restarts, how do I check the current frame and step through the backtrace?
Is there documentation on this somewhere? Or, can someone tell me what some of the basic commands are?
I'm running the latest ABCL on Fedora 14 x64.
- Thank you! - David W.