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


4.4.2 Resuming Execution

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.