How to: Set the Current Process
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. |
You can attach to multiple processes when you are debugging, but only one process is active in the debugger at any given time. You can set the active process in the Debug Location toolbar.
Note
The dialog boxes and menu commands you see might differ from those described in Help, depending on your active settings or edition. To change your settings, choose Import and Export Settings on the Tools menu. For more information, see Visual Studio Settings.
To set the active process
On the Debug menu, click Windows and choose Processes.
The Processes window might already be displayed.
In the Processes window, double-click on the process you want to make active.
— or —
On the Debug Location toolbar, Process and choose the process that you want to make current.