Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 1.22 KB

File metadata and controls

48 lines (37 loc) · 1.22 KB
title List Threads Command
description Learn about the List Threads command and how it displays a list of the threads in the current program.
ms.date 11/04/2016
ms.topic reference
f1_keywords
debug.listthreads
helpviewer_keywords
ListThreads command
list threads command
Debug.ListThreads command
author Mikejo5000
ms.author mikejo
ms.subservice general-ide

List Threads Command

Displays a list of the threads in the current program.

Syntax

Debug.ListThreads [index]

Arguments

index

Optional. Selects a thread by its index to be the current thread.

Remarks

When specified, the index argument marks the indicated thread as the current thread. An asterisk (*) is displayed in the list next to the current thread.

Example

>Debug.ListThreads

See also