Set Current Process

Sets the specified process as the active process in the debugger.

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

Tasks

How to: Set the Current Process

Reference

Visual Studio Commands with Arguments

Command Window

Predefined Visual Studio Command Aliases