|
µVision® IDE µVision® Debugger | Single-Stepping The µVision supports various methods of single-stepping through your application.
Click the Step Into button on the toolbar to execute a single instruction or line of code (single-step). Step Into single-steps into all called functions.
Click the Step Over button on the toolbar to execute a single instruction or line of code (single-step). Step Over executes all called functions without stepping into them.
Click the Step Out button on the toolbar to step out of a function and return to the caller.
Click the Run to Cursor button on the toolbar to begin executing your target program until the current cursor line is reached.
|
|