Establecer subproceso actual (Comando)

Establece el subproceso especificado como el subproceso actual.

Sintaxis

Debug.SetCurrentThread index

Argumentos

index

Obligatorio. Selecciona un subproceso por su índice.

Ejemplo

>Debug.SetCurrentThread 1

Consulte también