Thread commands not working in WInDbg

2k views Asked by At

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.

1

There are 1 answers

0
pykd team On

~ change thread context only for usermode debugging. for krnel mkode debugging see help for: .thread .process !thread !process