The DECthreads Debugger is a powerful tool designed to complement your existing debugger. It provides you with thread-specific command-string debugging, statistical and historical thread information on request, and many useful thread debugging commands and qualifiers. To invoke the DECthreads Debugger:
print pthread_debug()
or
call pthread_debug()
SET IMAGE PTHREAD$RTL CALL PTHREAD_DEBUG
Note that PTHREAD_DEBUG must be entered in capital letters if the language is set to C or C++.
You may wish to define a DEBUG command symbol, such as the following:
define/command pthread_debug= "set image pthread$rtl; call PTHREAD_DEBUG"