View Debug Information (Compact 2013)
3/26/2014
In Platform Builder, you can view debug information by using the debugging windows described in the following table.
Window |
Description |
---|---|
Enables you to locate, relocate, and place data in memory. |
|
Displays the list of breakpoints in loaded executable code. |
|
Displays the active stack of function calls. When a function is called, it is pushed onto the stack. |
|
Shows the assembly code that corresponds to the instructions created by the compiler. |
|
Displays a snapshot of the data in memory at a given address. |
|
Displays information about the DLLs and EXEs that are loaded in memory. |
|
Displays information about all processes that are running on the device. |
|
Displays core CPU registers. |
|
Shows the threads, or paths of execution, within a process. |
|
Provides quick access to variables that are important to the program's current context. |
|
Shows the variables and expressions that you want to watch while you debug your program. |