In visual studio, it should be in Debug> Windows> Threads. But mine doesn't have it!
While Visual Studio is in debug mode, select the Debug menu, point to Windows, and then select Threads.
Tools for debugging multithreaded apps Visual Studio provides different tools for use in debugging multithreaded apps. For threads, the primary tools for debugging threads are the Threads window, thread markers in source windows, the Parallel Stacks window, the Parallel Watch window, and the Debug Location toolbar.
Threads view shows call stack information for all threads in the app. You can navigate between threads and stack frames on those threads. Tasks view shows task-centered call stack information. In managed code, Tasks view shows call stacks of System.
You need to start debugging first, then it will appear in that menu.
After you start debugging, go to Debug=>windows=>Threads
or press Ctrl+Alt+H to view threads.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With