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

    [RESOLVED] Conditional breakpoints in VC6

    I'm having to debug a program that was originally written using VC6 (fortunately I still have VC6 installed on an old machine). Setting break points is quite similar to VC2005 etc but I can't seem to find a way to set a conditional break point (and yet I'm 90% sure that this was possible). I can't even find a 'break point window' where I can see all my break points listed (although that might not have existed in VC6). Can anyone remember if conditional break points existed in VC6?

    [Edit...] I found the solution. You need to park on the breakpoint and then press ALT+F9 which lists all the breakpoints and allows you to set any conditions.
    Last edited by John E; December 18th, 2012 at 07:34 AM. Reason: Found the solution
    "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