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


K.3.5 Edebug Jumping

The commands described in this section execute until they reach a specified location. All except ā€˜iā€™ make a temporary breakpoint to establish the place to stop, then switch to go mode. Any other breakpoint reached before the intended stop point will also stop execution.

CommandFunctionDescription
hedebug-goto-hereProceed to the stop point near where point is
[N] fedebug-forward-sexpRun the program for one [N] expression(s)
oedebug-step-outRun the program until the end of the containing sexp
iedebug-step-inStep into the function or macro called by the form after point