Keil™, An ARM® Company

µVision® IDE & Debugger

This feature works with...
ARMC166C251C51Eval

Run/Stop

Starting and stopping program execution may be controlled using commands you enter in the Output Window or using buttons on the toolbar.

Debug Window and Toolbar

Run Button Click the Run button on the toolbar to begin executing your target program in the µVision debugger.

The Run button executes code until a breakpoint is reached.

Stop Execution Button Click the Stop button on the toolbar to halt program execution.

Command Window In the Output Window, type g,label to execute program code and stop when label is reached.

You may also type G to run and Ctrl-C to stop.