◄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)► -♦-