Next: Signals, Previous: Breakpoints, Up: Stopping [Contents][Index]
Continuing means resuming program execution until your script completes normally. In contrast, stepping means executing just one more “step” of your script, where “step” may mean either one line of source code. Either when continuing or when stepping, your script may stop even sooner, due to a breakpoint or a signal.
• Next | running the next target (next) | |
• Step | running the next target in smaller increments (step) | |
• Finish | step out | |
• Skip | skipping over a target (skip) | |
• Continue | continuing execution (continue) |