Any Windows tool to show details of running threads?

multithreading, process, windows

Solution

Try using Process explorer. It's much more powerful than task manager and should suit your needs.

Problem

I'm trying to find a tool similar to the Windows Task Manager utility which can show details on all threads running in a given process, such as their names, IDs, etc .. Windows Task Manager only lists the number of threads running in a given process .. It doesn't give any thread specific information ..

Original source

Related problems