Share via


How to: Change the Debugger Context

This topic applies to:

Edition

Visual Basic

C#

C++

Web Developer

Express

Topic applies Topic applies Topic applies Topic applies

Standard

Topic applies

Topic applies

Topic applies

Topic applies

Pro and Team

Topic applies

Topic applies

Topic applies

Topic applies

Table legend:

Topic applies

Applies

Topic does not apply

Does not apply

Topic applies but command hidden by default

Command or commands hidden by default.

The Locals window displays variables local to the current context or scope. To modify information in the Locals window, the debugger must be in break mode.

In run mode, information may appear in the Locals window, but the information will not be current until the next time your program breaks.

To change the context of the Locals window

  • In break mode, use the Debug Location toolbar to select the desired function, thread, or process.

    —or—

  • Double-click a stack frame in the Call Stack window to change the context to that function call.

    —or—

  • Double-click a thread in the Threads window to change the context to that thread.

    —or—

  • Double-click a process in the Processes window to change the context to that process.

See Also

Other Resources

Variable Windows