Set the Next Statement to Execute (Compact 2013)
3/26/2014
You can choose the next statement to execute while the debugger is in a break state, either in a source window or in the Disassembly window. You can use this technique to skip a section of code and continue to debug subsequent sections.
Warning
Because the intervening code is not executed, use this command with caution.
To set the next statement to execute in a source window
In a source window, move the insertion point to the statement or instruction that you want to execute next.
Right-click and then click Set Next Statement.
To set the next disassembly instruction to execute
In Platform Builder, on the Debug menu, click Windows, and then click Disassembly.
In the Disassembly window, move the insertion point to the disassembly instruction that you want to execute next.
Right-click and then click Set Next Statement.
See Also
Concepts
Control Debugger Execution
Kernel Debugger
Debugging