Running program

Use the run command in the Command-Line Debugger Shell to execute a program outside of the debugger control.

Alternatively, choose Run > Run or click the Run button (shown at left) in the Debug view toolbar to begin program execution.

The program runs outside of debugger control. Further, any watchpoints and breakpoints (special, hardware, and software) are not hit.

Note: The run command is shortcut for debug, go, and disconnect actions. The run command downloads the code to the target, puts the core in running mode, and then disconnects from the target.