|
µVision® IDE µVision® Debugger | Viewing DataThe µVision Debugger offers a number of different views into the code and data that comprise your target application.  Source Code  System Registers  Watch & Call Stack Window Source Code Source Code Windows display your high-level language and assembly program source code. | Disassembly The Disassembly Window shows mixed high-level language and assembly code. | System Registers The Registers Tab of the Project Workspace shows system registers. | Symbol Window The Symbol Window heirarchly displays program symbols in your application. | Output Window The Output Window display the output of various debugger commands. | Memory Window The Memory Window displays up to four regions of code or data memory. | Watch & Call Stack Window The Watch Window displays local variables, user-defined watch expression lists, and the call stack. |
|
|