Re: How to "single-step" in slime+emacs
- From: Peter Hildebrandt <peter.hildebrandt@xxxxxxxxx>
- Date: Wed, 28 May 2008 22:28:55 +0200
Mirko.Vukovic@xxxxxxxxx wrote:
On May 28, 11:36 am, Juho Snellman <jsn...@xxxxxx> wrote:trying to figure it out and read up on it, but to no avail.
First ensure that you enter the debugger when calling CALLER. For
example by doing (trace caller :break t), or by adding an explicit
BREAK into the source code.
Once in the debugger, press "s" to enter the stepper. From there you
can use "s" to step into the call, "x" to step over the call, or "o"
to step out of the function that's currently being executed.
I believe these are the bindings when using SBCL directly.
When using slime, the key bindings are different, eg.
0: [STEP-CONTINUE] Resume normal execution
1: [STEP-OUT] Resume stepping after returning from this function
2: [STEP-NEXT] Step over call
3: [STEP-INTO] Step into call
This is with SBCL 1.0.11 and a SLIME from CVS.from some time mid 2007.
Peter
.--
Juho Snellman
I get an error when I try to use "s", "x", or "o". The last two are
not assigned to any emacs commands, while pressing "s" results in
No continue restart.
[Condition of type SIMPLE-ERROR]
Restarts:
0: [ABORT] Return to sldb level 1.
1: [ABORT-REQUEST] Abort handling SLIME request.
2: [ABORT] Exit debugger, returning to top level.
I may need to update my slime setup.
Thank you to all of you. This will make life much simpler.
Mirko
- Follow-Ups:
- Re: How to "single-step" in slime+emacs
- From: Juho Snellman
- Re: How to "single-step" in slime+emacs
- References:
- How to "single-step" in slime+emacs
- From: Mirko . Vukovic
- Re: How to "single-step" in slime+emacs
- From: Juho Snellman
- Re: How to "single-step" in slime+emacs
- From: Mirko . Vukovic
- How to "single-step" in slime+emacs
- Prev by Date: Re: Bolero core features are now fully described (time to code)
- Next by Date: Re: Cells compared to Flow-Based Programming
- Previous by thread: Re: How to "single-step" in slime+emacs
- Next by thread: Re: How to "single-step" in slime+emacs
- Index(es):
Relevant Pages
|
|