Trying to execute thread based command in WinDbg. Setup is VMWare having XP, host is Win 7. Based on this, trying to debug application-hang. But can not get any information out of it. For simple tilda(~) it is giving syntax error. Do I need to do some different setup in order to execute these commands? Are these "special" by any means? Because I can work with other commands.
Basically I would like WinDbg to let me monitor the status of the threads? e.g. waiting for response, sending request, or something like this.
~ change thread context only for usermode debugging. for krnel mkode debugging see help for: .thread .process !thread !process