PAVE [OBSOLETE] .~ (Display Thread Status)

Note

This command is not supported in Visual Studio 2012.

Displays the status for the specified thread or threads.

~{ {. | # | * | ddd} | thread}

Arguments

  • Thread
    The thread to be displayed. If no thread argument is specified, all threads are displayed.

  • .
    Displays the current thread. For example: ~.

  • #
    Displays the thread causing the present exception or debug event. For example: ~#

  • *
    Displays all threads in the process. For example: ~*

  • ddd
    Displays the thread with the ordinal ddd.

Remarks

This command can be used in both the Command window and the Immediate window. To issue the command in the Immediate window, you must preface the command with a greater than sign (>).

This command can be connected with the PAVE [OBSOLETE] .K (Display Callstack) command. The following table explains the options.

Command

Description

~.k

Shows the current thread and the stack frames for it.

~#k

Shows the thread causing the present exception and the stack frames for it.

~*k

Shows every thread in the process, and the callstack for each thread.

~dddk

Shows the thread with the ordinal ddd and the stack frames for it.

*~kb

Lists all the threads, their callstacks, and the first three parameters passed to each function.

See Also

Reference

Command Window

Immediate Window

Other Resources

PAVE [OBSOLETE] Immediate Window Commands

PAVE [OBSOLETE] NTSD Command Support