Next: Miscellaneous Edebug Commands, Previous: Edebug Execution Modes, Up: Edebug [Index]
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.
| Command | Function | Description |
|---|---|---|
| h | edebug-goto-here | Proceed to the stop point near where point is |
| [N] f | edebug-forward-sexp | Run the program for one [N] expression(s) |
| o | edebug-step-out | Run the program until the end of the containing sexp |
| i | edebug-step-in | Step into the function or macro called by the form after point |