Did you know… You can use Ctrl+F9 to enable or disable a breakpoint - #265
In the general development settings, I didn’t see this command under the Debug menu. So, in case you want to use the keyboard to enable or disable a breakpoint, you can Ctrl+F9, which is bound to the command Debug.EnabledBreakpoint. Note that you won’t find a Debug.DisableBreakpoint, since this is handled by the enabled command.

A disabled breakpoint will still get saved in your Breakpoints window, but will be ignored while debugging.
Technorati Tags:
VS2005Tip,
VS2008Tip