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.
Breakpoint Set (Notes)
 Summary Description Example           Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     The BP=<expression> command replaces the Tracepoint (TP) command
     used in earlier versions of CodeView. Breakpoints that break
     execution when an expression or memory range changes were known as
     "tracepoints" in these earlier versions.
 
     The BP?<expression> command replaces the Watchpoint (WP) command
     used in earlier versions of CodeView. Breakpoints that break
     execution when an expression is true were known as "watchpoints"
     in these earlier versions.
 
     When a breakpoint address is shown in assembly-language format,
     the breakpoint number appears as a comment to the right of the
     instruction. This comment appears even if the breakpoint is
     disabled.
                                    -♦-