ener.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Clear All Breakpoints (Alt+D,C)
■ Removes all breakpoints in your project. Breakpoints tell
  Visual Basic to halt just before a specific line of code.
 
■ Use breakpoints to halt your project at a point where you
  suspect problems, then:
    • Test the values of variables in the Immediate window
      or with the Instant Watch command
    • Add variables to the Debug window and single step your
      project from the breakpoint forward
 
■ Tip: Use Toggle Breakpoint (or press F9) to turn individual
       breakpoints on or off.