Quantcast
Channel: CodeGuru Forums - Visual C++ Programming
Viewing all articles
Browse latest Browse all 3046

[RESOLVED] Conditional breakpoints in VC6

$
0
0
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.

Viewing all articles
Browse latest Browse all 3046

Trending Articles