[Openmcl-devel] STEP function

Adlai Chandrasekhar munchking at gmail.com
Tue Jan 12 08:21:25 PST 2010


On Tue, 12 Jan 2010, Alexander Repenning wrote:
> On Jan 11, 2010, at 7:27 AM, Gail Zacharias wrote:
> I think a great starting point would be to add a "show source" button to the alternate console which would be enabled in case of an error. That button would open the source file and place the cursor to the
> code in question. Very handy...

SLIME already has this -- when you're in an SLDB buffer and the cursor
is on a stack frame, pressing ‘v’ does exactly what you described. I'm
not familiar with the CCL IDE, but it shouldn't be too hard to adapt
SLIME's code. The relevant function is ‘sldb-show-frame-source’ in
slime.el

Adlai


More information about the Openmcl-devel mailing list