CodeView (cv.hlp) (Table of Contents; Topic list)
Managing Breakpoints
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     CodeView allows you to control program execution by setting
     breakpoints. A "breakpoint" is a location or a condition at which
     program execution stops each time the address is encountered. By
     setting breakpoints at key addresses in your program, you can
     "freeze" program execution and examine the status of memory or
     expressions at that point.
 
     The following commands control breakpoints:
 
     Breakpoint Set (BP)
     Breakpoint Clear (BC)
     Breakpoint Disable (BD)
     Breakpoint Enable (BE)
     Breakpoint List (BL)
     Windows Break Message (WBM)
 
      See: Watch Menu: Set Breakpoint Command
           Watch Menu: Edit Breakpoints Command
                                    -♦-