Next: , Previous: , Up: Debugging   [Index]


K.2 Debugger Mode

Debugger mode is the mode used in the BacktraceBuffer (buffer ‘*Backtrace*’). It shows the “frames” of your execution stack. A line starts with ‘*’ if exiting that frame will call the debugger.

Debugger Keys

C-h m’ gives you information on the current mode.

b

break point – place an asterisk (‘*’) on a stack frame

u

remove break point

c

continue

d

single step

j

keep existing frames until you reach the current frame

e

eval another sexp that you input

q

quit

Entering debugger mode