Hello everyone,


Any tools I could use to monitor (x64 platform) the status of all threads inside a specific process?

For example, wait for a handle (convenient to analyze deadlock), sleep, running? Since my application deals with I/O heavily, it is good if the tool could monitor I/O thread's status -- e.g. sent request, waiting response or something?


thanks in advance,
George