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