Subject: Re: Source-level stepping in Allegro CL
From: Erik Naggum <clerik@naggum.no>
Date: 1997/11/11
Newsgroups: comp.lang.lisp
Message-ID: <3088238375791908@naggum.no>


* P. Srinivas
| Does anybody has a piece of CL/Elisp code that can do source-level
| stepping of Allegro CL code? I am looking for something similar to what
| GDB does with C code using Emacs. I remember seeing something like this
| for CMUCL. But I did not remember the exact place.

have you looked at the `step' form?  you can use it any listener.  it works
only on interpreted code, but it should be a start.

#\Erik
-- 
if you think this year is "97", _you_ are not "year 2000 compliant".

see http://sourcery.naggum.no/emacs/ for GNU Emacs 20-related material.