51-59 of 692,000 results
Open links in new tab
  1. Visual Studio unresponsive when using Parallel Stacks with many …

    Jan 15, 2025 · I think it may require having Parallel Stacks open before loading symbols, because after I locked up I killed VS, opened the dump again and loaded all symbols prior to having …

  2. visual studio - Viewing Task information not working .NET 5 - Stack

    0 I am working on a .NET 5 WPF app, and I am trying to view task information via the Debug->Windows->Tasks and the Debug->Windows->Parallel Stacks pane. However, the Tasks pane is …

  3. Set a Watch on Variables in Parallel Threads in Visual Studio (C# ...

    Mar 11, 2024 · Set a watch on variables in parallel threads in Visual Studio. Simultaneously display the values that one expression holds on multiple threads.

  4. How Do I Debug Async Code in Visual Studio? - Visual Studio Blog

    Jun 11, 2020 · For a graphical depiction of async code’s execution, Visual Studio has the Parallel Stacks window for threads and tasks. Improved for Visual Studio 16.6, the Parallel Stacks …

  5. visualstudio-docs/docs/debugger/how-to-use-the-call-stack

    View the call stack and use the Call Stack window in the debugger By using the Call Stack window, you can view the function or procedure calls that are currently on the stack. The Call Stack …

  6. The Moth - Parallel Stacks – Method View

    Jun 6, 2009 · The new Parallel Stacks window has a special feature (that applies to both Threads View and Tasks View) that we call Method View. It is accessible from the toolbar and it acts on …

  7. View threads in the debugger - Visual Studio (Windows)

    Aug 5, 2025 · The Threads window in the Visual Studio debugger lets you examine and work with threads in the application you're debugging. The window provides features to group, sort, flag, …

  8. How to run parallel test using NUnit in visual studio

    Apr 18, 2018 · 0 I am trying to get parallel tests going with NUnit and C# in visual studio using the NUnit3Test adapter and .runsettings file. It's basically this sample from Souce Labs I am unable …

  9. Working with Debug Windows in Visual Studio | CodeGuru

    Feb 26, 2014 · To see how Parallel Task and Parallel Stack windows look, start debugging the application by setting a breakpoint at Task.WaitAll () line. The following figure shows both of …