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

Advanced Memory Window

Enables you to locate, relocate, and place data in memory.

Breakpoints Window

Displays the list of breakpoints in loaded executable code.

Call Stack Window

Displays the active stack of function calls. When a function is called, it is pushed onto the stack.

Disassembly Window

Shows the assembly code that corresponds to the instructions created by the compiler.

Memory Window

Displays a snapshot of the data in memory at a given address.

Modules Window

Displays information about the DLLs and EXEs that are loaded in memory.

Processes Window

Displays information about all processes that are running on the device.

Registers Window

Displays core CPU registers.

Threads Window

Shows the threads, or paths of execution, within a process.

Variables Window

Provides quick access to variables that are important to the program's current context.

Watch Window

Shows the variables and expressions that you want to watch while you debug your program.

See Also

Concepts

Kernel Debugger
Debugging

Other Resources

Windows Embedded Compact 2013