CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Apr 2013
    Posts
    8

    Watch Window is Gone

    Forum,

    Visual c++ 2010 Express

    Somehow the watch window is no longer shown in the debugger.
    It used to be available and I am stopped at a breakpoint.

    Is there a way to turn it back on or restore it?

    jerryd

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Watch Window is Gone

    Click on the menu item: "Debug\Windows\Watch\Watch 1..4"

  3. #3
    Join Date
    Apr 2013
    Posts
    8

    Re: Watch Window is Gone

    Arjay,

    Thanks for the reply.

    When I click Debug/Windows the drop down menu only gives me these choices:

    Breakpoints
    Output
    Immediate

    Jerryd

  4. #4
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Watch Window is Gone

    Try it while debugging.

  5. #5
    Join Date
    Apr 2013
    Posts
    8

    Re: Watch Window is Gone

    Arjay,

    Thanks that worked. Being fairly new to visual C++ I had never seen that drop down menu before.
    It looks very useful.

    jerryd

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured