Debugger Dialog Boxes

Home Page (Debugger)OverviewHow Do I... Topics

In addition to windows, the debugger uses a number of dialog boxes to manipulate breakpoints, variables, threads, and exceptions. You can access the Breakpoints dialog box using the Breakpoints command on the Edit menu. You can access the other dialog boxes using commands from the Debug menu.

The following table lists the debugger dialog boxes and describes the information they display.

Debugger Dialog Boxes

Dialog box Displays
Breakpoints A list of all breakpoints assigned to your project. Use the tabs in the to create new breakpoints of various types.
Exceptions System and user-defined exceptions for your project. Use the Exceptions dialog box to control how the debugger handles exceptions.
QuickWatch A variable or expression. Use to quickly view or modify a variable or expression or to add it to the Watch window.
Threads Application threads available for debugging. Use the to suspend and resume threads and to set focus.