Tasks Window missing

Vakho Akobia 21 Reputation points
2021-06-08T02:31:20.63+00:00

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

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,032 questions
{count} votes

Accepted answer
  1. Tianyu Sun-MSFT 30,336 Reputation points Microsoft Vendor
    2021-06-08T09:11:29.7+00:00

    Hello @Vakho Akobia ,

    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.
    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.