question

VakhoAkobia-2847 avatar image
0 Votes"
VakhoAkobia-2847 asked AndreyPetrov-4376 published

Tasks Window missing

I'm trying to debug my code inside of an async Task. I've heard Tasks, parallel stacks, and parallel watch windows can be used to do that. However, when I open Debug --> Windows, I see none of those. I also tried searching in the global search tool (Ctrl + Q), but no results there either.
Do I need to install some extension/package in the VS Installer, am I missing something else, or is this a bug?

103138-sd.png


vs-general
sd.png (75.2 KiB)
· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Maybe you have old Visual Studio, download new one.

0 Votes 0 ·

Maybe you have old Visual Studio, download new one.

0 Votes 0 ·

1 Answer

TianyuSun-MSFT avatar image
1 Vote"
TianyuSun-MSFT answered TianyuSun-MSFT edited

Hello @VakhoAkobia-2847 ,

Welcome to Microsoft Q&A forum.

Perhaps you can try to set several breakpoints first and then start debugging and see if these windows which you mentioned will display.

Please refer to this document Using the Tasks Window (C#, Visual Basic, C++) for Tasks window, and refer to this document Use the Parallel Stacks window for Parallel Stacks window, and refer to this document To display the Parallel Watch window for Parallel Watch window.

Just using a C++ application and setting some breakpoints then clicking Debug > Start Debugging. Here is my test(screenshot).

103336-image.png

Best Regards,
Tianyu


If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


image.png (157.8 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.