Debug Menu Options (Windows Embedded CE 6.0)
1/6/2010
The Debug menu provides a variety of options for you to use to view or control debug information.
The menu options enable you to select options for viewing debug information, to start or stop debugging, to break execution and control breakpoint behavior, or to access other helpful dialog boxes.
Command | Description |
---|---|
Windows |
Opens a selection of Debug windows. For more information, see Debug Windows. |
Start |
Starts the Kernel Debugger. |
Break all |
Stops execution of all programs that run under the debugger. The programs do not exit, and you can resume execution at any time. For more information, see Breakpoints. |
Stop Debugging |
Stops the Kernel Debugger. If you stop the debugger when the target device is in a run state instead of a break state, the debugger stub remains attached to the kernel and continues to stop the device. |
Exceptions |
Use to open the Exceptions Dialog Box. |
Source Path Mapping |
Opens the Source Path Mapping Dialog Box, which you can use to modify source path mapping for source code files. |
Symbol Search Path |
Use to specify where the symbol handler will search disk directories for symbol files that include debug symbols. |
Windows Embedded CE Debugger Extensions |
Use to access list of all loaded extension DLLs. For more information, see Debugger Extensions. |
Step Into |
Executes code one statement at a time. Available in break mode only. For more information, see Function Stepping. |
Step Over |
Executes a function or procedure as a unit, and then steps to the next statement. Available in break mode only. For more information, see Function Stepping. |
Step Out |
Executes the remaining lines of a function in which the current execution point is. This command is only available in break mode. For more information, see Function Stepping. |
QuickWatch |
Opens the QuickWatch Dialog Box, which enables you to examine the value of an expression. Available in break mode only. |
Toggle Breakpoint |
Turns a breakpoint on or off, depending on its current state. |
New Breakpoint |
Opens the New Breakpoint Dialog Box, which you can use to set breakpoints for an open program. |
Delete All Breakpoints |
Deletes all breakpoints in the open program. |