Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 1.75 KB

how-to-specify-debugger-settings.md

File metadata and controls

42 lines (34 loc) · 1.75 KB
title description ms.date ms.topic dev_langs helpviewer_keywords author ms.author manager ms.subservice
Use Debugger Settings for variables and warnings
Specify various settings for debugger behavior in Visual Studio, such as how to display variables, what warnings are presented, and how to set breakpoints.
11/04/2016
how-to
CSharp
VB
FSharp
C++
JScript
debug builds, debugger settings
debugger, setting options
debugging [Visual Studio], debugger settings
options, debugging
mikejo5000
mikejo
mijacobs
debug-diagnostics

Specify Debugger Settings

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

  1. On the Tools menu, click Options.

  2. In the Options dialog box, open the Debugging folder.

  3. 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.

  4. Select or clear the desired option or options. Press F1 to get Help about the options.

Related content