How to: Set the Current Process
This topic applies to:
Edition |
Visual Basic |
C# |
F# |
C++ |
Web Developer |
---|---|---|---|---|---|
Express |
|||||
Pro, Premium, and Ultimate |
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 Working with 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, select the Process list box and choose the process that you want to make current.