|
-
April 27th, 2012, 01:35 PM
#1
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
-
April 27th, 2012, 01:55 PM
#2
Re: Can anyone remember the breakpoint window in VC++ 6 ?
Does CTRL-Shift-F9 works?
-
April 27th, 2012, 02:22 PM
#3
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|