| |||
| Home > DS-5 Debugger commands > DS-5 Debugger commands listed in alphabetical order > nexts | |||
This command steps through an application at the source level stopping at the first instruction of each source statement but stepping over all function calls. You must compile your code with debug information to use this command successfully.
[nextscount]
Where:
countSpecifies the number of source statements to execute.
Execution stops immediately if a breakpoint is reached, even
if fewer than source
statements are executed.count