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 List (Example)
 Summary Description                     Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     >BL
     0 D sample.c!.20
     1 E =sample.c!DS:0000 #10
     2 E ?j==1 ,, "X? InBuffer"
     >
┌────────── Click or press F1 on any line of the example ──────────────────┐
│ Breakpoint 2 is taken when the variable j is equal to 1. The command     │
│ string at the end of the line indicates that, when the breakpoint is     │
│ taken, the X? (Examine Symbols) command is executed automatically        │
│ to display the value of InBuffer.                                        │
│                                                                          │
│                                                                          │
└──────────────────────────────────────────────────────────────────────────┘
                                    -♦-