| |||
| Home > DS-5 Debugger Commands > DS-5 Debugger commands listed in alphabetical order > steps | |||
This command steps through an application at the source level stopping on the first instruction of each source statement including stepping into all function calls. You must compile your code with debug information to use this command successfully.
You can modify the behavior of this command with the set
step-mode command.
[stepscount]
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