I have a multi threaded C# application and I want to see active threads of that process while running. Where can I see it?
Asked
Active
Viewed 5.6k times
2 Answers
30
Open Task Manager (for example, by pressing Ctrl + Shift + Esc) and go to the Processes tab.
From the menu, select View > Select Columns... and enable Threads.

You can also achieve the same thing with Process Explorer.
sblair
- 12,757
