[mcclim-devel] clim-debugger update; keyboard navigation and an .asd file
Jeremy Rayman
jeremy.rayman at gmail.com
Fri May 11 03:05:09 UTC 2007
Hi there,
Peter Mechlenborg has a copy of clim-debugger.lisp on his webspace
with mostly-working keyboard navigation. He was the original author of
the clim-debugger. I cleaned up the rough edges, added some other
keyboard shortcuts, and made an .asd file for it.
The patches against today's CVS are here:
http://jlr.freeshell.org/data/mcclim/patches/clim-debugger.asd.patch
http://jlr.freeshell.org/data/mcclim/patches/clim-debugger-keyboard-navigation.patch
You can also find the full .asd and clim-debugger.lisp in that dir, in
case the patches don't work for you.
clim-debugger.asd.patch:
* Add an ASDF system for the clim-debugger.
clim-debugger-keyboard-navigation.patch:
* Keyboard navigation:
- Arrow keys move up and down stack frames, space expands current frame
- Enter key inspects current object
- Select restart by number (0-10)
- Shortcuts: #\a abort, #\q quit, #\c continue
Thanks so much for McCLIM.
- Jeremy Rayman
jeremy.rayman @ gmail.com
p.s. Peter's original copy is at
http://www.daimi.au.dk/~metch/lisp/clim-debugger.lisp .
More information about the mcclim-devel
mailing list