CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    John E is offline Elite Member Power Poster
    Join Date
    Apr 2001
    Location
    Manchester, England
    Posts
    4,867

    Can anyone remember the breakpoint window in VC++ 6 ?

    I need to revisit an old project that was written using VC++6. In later versions I can see a breakpoint "list" window where I can see all my breakpoints and turn them on or off, very easily. I can even do clever things like deleting all the breakpoints at once from a simple menu click.

    Can anyone remember if these things were possible in VC++6? My source files are littered with breakpoints whch I'd like to delete (i.e. without the hassle of having to find them all laboriously). I can't find any simple means of managing break points though. I can see other familiar debugging windows, such as the call stack etc - but that breakpoint window is eluding me. Can anyone remember if it existed in VC++6?
    "A problem well stated is a problem half solved.” - Charles F. Kettering

  2. #2
    Join Date
    May 2007
    Posts
    811

    Re: Can anyone remember the breakpoint window in VC++ 6 ?

    Does CTRL-Shift-F9 works?

  3. #3
    John E is offline Elite Member Power Poster
    Join Date
    Apr 2001
    Location
    Manchester, England
    Posts
    4,867

    Re: Can anyone remember the breakpoint window in VC++ 6 ?

    It does, thanks.!

    And ALT+F9 is the magic combination for bringing up the break point window!
    "A problem well stated is a problem half solved.” - Charles F. Kettering

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