Next: , Previous: , Up: Resuming Execution   [Contents][Index]


4.4.2.4 Skip (‘skip’)

skip [count]

Skip execution of the next source line. This may be useful if you have an action that “fixes” existing code in the script. The debug command internally uses the skip command to skip over existing non-debugged invocation that was presumably just run.