CodeView (cv.hlp) (Table of Contents; 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.
Break at Location if Expression is True: Mouse How-To
 At Location/Expression True Keyboard    Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
       1. Click Break at Location if Expression is True.
 
       2. Click in the Location box. Type the location at which you
          want to set the breakpoint. CodeView checks the expression
          only at the given location in the program.
 
       3. Click in the Expression box and type a relational expression.
          Execution will break if this expression is true at the
          location you entered in step 2.
 
       4. If you want CodeView to pass over the breakpoint a given
          number of times, click in the Pass Count box. Type the number
          of times to pass over the breakpoint.
 
       5. If you want CodeView to execute commands after execution
          breaks, click in the Commands box. Type the commands you want
          to execute.
 
       6. Click <OK>.
 
     See: Break Addresses
          Expressions in CodeView
          Break if Expression is True
                                    -♦-