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?