Edit

Set Current Process

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