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.
BP Command: Break At Location When Expression Is True
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     You can set a breakpoint if a conditional expression becomes true
     when the program reaches a given location. To break at a location
     when a condition is true, enter a Breakpoint Set (BP) command of
     the form
 
          BP breakaddress?expression
 
     where <breakaddress> gives the breakpoint location and
     <expression> is a conditional expression.
 
     See: Breakpoint and View Addresses
          Expressions in CodeView
          BP Command (expression=true)
                                    -♦-