Next: , Previous: Compiler, Up: Top



4 Debugger

The SBCL debugger (as the CMUCL debugger it was derived from) has very good support for source-level debugging of compiled code. Although some other debuggers allow access of variables by name, this seems to be the first Lisp debugger that:

These features allow the debugging of compiled code to be made almost indistinguishable from interpreted code debugging.