Why don't parallel stacks show any task?

I am debugging an application that uses TPL heavily using the template asyncand awaitfor work, but when I pause the application, the Parallel Stacks window displays only the following message:

There are no tasks to display. Loadsymbolsenter image description here

I am 100% sure that several tasks are running, because when I set a breakpoint in one of the code that runs in parallel, it is deleted.

I read a similar question in which the problem was that this debugger function only worked on Windows 8.1 and higher, but I have:

  • Windows 10
  • Visual Studio 2015 Community
  • This is a WPF application

thanks

+4
1

TaskCompletionSource - Visual Studio. , -, , IO. , , - .

async IO. , , , .

( VS2015. , .)

+3

Source: https://habr.com/ru/post/1615619/


All Articles