Skip to content

Latest commit

 

History

History
48 lines (38 loc) · 1.23 KB

list-threads-command.md

File metadata and controls

48 lines (38 loc) · 1.23 KB
title description ms.date ms.topic f1_keywords helpviewer_keywords author ms.author manager ms.subservice
List Threads Command
Learn about the List Threads command and how it displays a list of the threads in the current program.
11/04/2016
reference
debug.listthreads
ListThreads command
list threads command
Debug.ListThreads command
Mikejo5000
mikejo
mijacobs
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