Set Current Process

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.

Syntax

Debug.SetCurrentProcess index

Arguments

index Required. The index of the process.

Remarks

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.

Example

>Debug.SetCurrentProcess 1

See Also

Visual Studio Commands Command Window Visual Studio Command Aliases