CLIM debugger - McCLIM encoding patch committed - Lisp Propulsion Laboratory log

Lisp Propulsion Laboratory log

Paolo Amoroso's weblog. Main interests: Lisp, astronomy (Moon), space exploration (Apollo and early manned programs) Calendar of past entries | Related links xml

CLIM debugger - McCLIM encoding patch committed

Tuesday, December 7, 2004

Peter Mechlenborg has made available the initial release of a CLIM debugger. Although it was developed with McCLIM and SBCL, it should be portable to other Common Lisp and CLIM implementation. Indeed, the debugger works fine with CMUCL.

The code uses the portable debugger interface of the SLIME Swank backend, which must loaded before starting the debugger. The graphical layout has also been influenced by SLIME: the pane displays condition information at the top, the available restarts (click to activate), and a backtrace (click on the frames to show local variables).

The simple compilation instructions are at the top of the only file, together with sample test forms in sections Test: near the beginning, and For testing at the end.

Speaking of McCLIM, Andy Hefner has committed the Latin1 encoding patch that fixes the build problem with SBCL. So, the workaround by Christophe Rhodes is no longer necessary.


Copyright © 2004 by Paolo Amoroso
amoroso@mclink.it

Created with BlogMax

December 2004
Mon Tue Wed Thu Fri Sat Sun
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31
Nov  Jan
About Lisp | Practical Common Lisp (learn Lisp) | Planet Lisp (blog agregator) | Common Lisp Directory (software and resources) | Why Lisp?