次の方法で共有


Debug Windows (Compact 2013)

3/26/2014

The options on the Debug Windows submenu enable you to work with the debugging functionality available in Platform Builder. Each menu option is displayed with its associated keyboard shortcut for ease of access.

The following options are available.

Command

Description

Breakpoints

Use to display user breakpoints. For more information, see Breakpoints Window.

Watch

Use to specify variables and expressions you want to watch while debugging. For more information, see Watch Window.

Autos

Use to display the Variables Window.

Call Stack

Use to see the active stack of function calls. For more information, see Call Stack Window.

Threads

Use to display threads of execution in a specified process. For more information, see Threads Window.

Modules

Use to display information about modules that are loaded in memory. For more information, see Modules Window.

Processes

Use to display currently running processes. For more information, see Processes Window.

Memory

Use to display a snapshot of memory at a given address. For more information, see Memory Window.

Disassembly

Use to display assembly language or byte code representations of current source code. For more information, see Disassembly Window.

Registers

Use to display core CPU registers. For more information, see Registers Window.

Advanced Memory

Use to access a dialog box that allows you to locate, relocate, or place data in memory. For more information, see Advanced Memory Window.

List Nearest Symbol

Use to find a function name or label near a specified address in source code. For more information, see List Nearest Symbol Dialog Box.

See Also

Reference

Debug Menu Options

Concepts

Platform Builder User Interface

Other Resources

Platform Builder Views