Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 917 Bytes

File metadata and controls

42 lines (32 loc) · 917 Bytes
title Set Current Thread Command
description Learn about the Set Current Thread command and how it sets the specified thread as the current thread.
ms.date 11/04/2016
ms.topic reference
f1_keywords
debug.setcurrentthread
helpviewer_keywords
Set Current Thread command
Debug.SetCurrentThread command
author ghogen
ms.author ghogen
ms.subservice general-ide

Set Current Thread Command

Sets the specified thread as the current thread.

Syntax

Debug.SetCurrentThread index

Arguments

index

Required. Selects a thread by its index.

Example

>Debug.SetCurrentThread 1

See also