How to add Tasks window to Debug Menu

Ronald Rex 181 Reputation points
2024-04-22T13:31:09.6033333+00:00

Hi. I am trying to debug my Tasks but The Debug-> Windows menu Item does not have a selection for Tasks.

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,273 questions
Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
944 questions
{count} votes

Accepted answer
  1. Tianyu Sun-MSFT 27,356 Reputation points Microsoft Vendor
    2024-04-23T07:31:34.96+00:00

    Hello @Ronald Rex,

    @Viorel’s suggestion is correct.

    This document: Using the Tasks Window (C#, Visual Basic, C++) says:

    You can use the Tasks window whenever you break into the debugger. You can access it on the Debug menu by clicking Windows and then clicking Tasks.

    The Tasks window option will be displayed when you were debugging(after you run to debug your project).

    Please try to set breakpoints and run your project first.

    In rare cases, the Tasks option may be removed. You can reset it by clicking Extensions > Customize Menu… > select Menu bar: | Debug|Windows > click Reset All to reset it(see following screenshot).

    User's image

    Sincerely,

    Tianyu


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    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.

    0 comments No comments

0 additional answers

Sort by: Most helpful