CodeView (cv.hlp) (Table of Contents; Topic list)
Break When Expression is True: Keyboard How-To
 When Expression is True Mouse           Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
       1. Use the arrow keys to select Break When Expression is True.
 
       2. Press TAB to move the cursor to the Expression box. Type a
          relational expression. Execution will break when this
          expression becomes true.
 
       3. If you want CodeView to pass over the breakpoint a given
          number of times, press TAB to move the cursor to the Pass
          Count box. Type the number of times to pass over the
          breakpoint.
 
       4. If you want CodeView to execute commands after execution
          breaks, press TAB to move the cursor to the Commands box.
          Type the commands you want to execute.
 
       5. Press TAB to move the cursor to <OK>, and press ENTER.
 
     See: Break Addresses
          Expressions in CodeView
                                    -♦-