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. Loadsymbols
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