List Threads Command

Displays a list of the threads in the current program.

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

Reference

List Call Stack Command

List Disassembly Command

Visual Studio Commands with Arguments

Command Window

Find/Command Box

Predefined Visual Studio Command Aliases