Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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