How to: Specify Debugger Settings
This topic applies to:
Edition |
Visual Basic |
C# |
C++ |
Web Developer |
---|---|---|---|---|
Express |
||||
Standard |
||||
Pro and Team |
Table legend:
Applies |
|
Does not apply |
|
Command or commands hidden by default. |
In Visual Studio, you can specify various settings for debugger behavior, including how variables are displayed, whether certain warnings are presented, how breakpoints are set, and how breaking affects running programs. You specify debugger settings in the Options dialog box.
To set debugger options
On the Tools menu, click Options.
In the Options dialog box, open the Debugging folder.
In the Debugging folder, choose the category of options you want.
The most common options are located in the General category. For more information, see General, Debugging, Options Dialog Box.
Select or clear the desired option or options. Press F1 to get Help about the options.
See Also
Reference
General, Debugging, Options Dialog Box
Edit and Continue, Debugging, Options Dialog Box
Native, Debugging, Options Dialog Box