Partilhar via


Como: Use Debugger Variable Windows

This topic applies to:

Edition

Visual Basic

C#

F#

C++

Web Developer

Express

O tópico é aplicável O tópico é aplicável O tópico é aplicável O tópico é aplicável O tópico é aplicável

Pro, Premium e Ultimate

O tópico é aplicável

O tópico é aplicável

O tópico é aplicável

O tópico é aplicável

O tópico é aplicável

The Visual Studio debugger provides several windows, collectively knows as variable windows, for displaying variable information while you are debugging.

Cada janela variável tem uma grade com três colunas: Name, Value, and Type. The Name column shows the names of variables added automatically in the Auto and Locals windows.

In the Watch window, the Name column is where you can add your own variables or expressions. Consulte Como: Assista a uma expressão no depurador para obter instruções.

The Value and Type columns display the value and data type of the corresponding variable or expression result.

You can edit the value of a variable in the Value column. For instructions, see Como: Editar um valor em uma janela variável.

To display a variable window

  • No Depurar menu, escolha Windows, em seguida, escolha o nome da janela variável que você deseja exibir (Autos, Locals, Watch, ou Watch1 por meio de Watch4).

    You cannot access these menu items or display these windows in design mode. To display these menu items, the debugger must be running or in break mode.

    O Autos janela não oferece suporte a F# de depuração.

Set the numeric format to decimal or hexadecimal

Consulte também

Outros recursos

Variable Windows