Next: , Previous: , Up: Debugger   [Contents][Index]


4.3 Navigating between frames

n, M-x sldb-down
p, M-x sldb-up

Move between frames.

M-n, M-x sldb-details-down
M-p, M-x sldb-details-up

Move between frames “with sugar”: hide the details of the original frame and display the details and source code of the next. Sugared motion makes you see the details and source code for the current frame only.

>
M-x sldb-end-of-backtrace

Fetch the entire backtrace and go to the last frame.

<
M-x sldb-beginning-of-backtrace

Goto the first frame.