Search code examples
visual-studio-2008breakpoints

VS2008: Breakpoints window gone while debugging?


This is probably silly but very frustrating.
Using VS2008 with a C++ project, when I'm working normally, the breakpoints window is visible and active but when I'm debugging it disappears and can't be shown. This is a problem if I want to edit the condition of a breakpoint while running. Pressing the breakpoints window button doesn't do anything and neither does pressing Ctrl+Alt+B

Does this happen to anybody else? It's a brand new install with Visual Assist and QT integration as extensions. same configuration with VS2005 doesn't have any problems.


Solution

  • The solution was to export the settings using "Tools->Import and Export Settings" Then, using the same wizard, to reset the settings to the default and then when re-importing the saved settings file uncheck the "Windows Layout" item in the import list.
    This allowed me to save all the my previous settings and reset only the windows layout and not the breakpoints window is finally visible.