Set Current Process
In this article
Note
This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here
Sets the specified process as the active process in the debugger.
Debug.SetCurrentProcess index
index
Required. The index of the process.
You can attach to multiple processes when you are debugging, but only one process is active in the dubber at any given time. You can use the SetCurrentProcess
command to set the active process.
>Debug.SetCurrentProcess 1
Visual Studio Commands Command Window Visual Studio Command Aliases