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.
Use 80386/486 Debug Registers (/R) (CV/CVW only)
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     On machines with an 80386/486 processor, the /R option tells
     CodeView to use the 80386/486 debug registers. These debug
     registers allow CodeView to implement certain types of
     "breakpoints" (break on change in memory area) through the
     processor itself, thus increasing the speed of program execution.
 
     NOTE: This option is not supported in CVP.EXE, the protected-mode
           version of CodeView.
 
     CodeView does not use the debug registers if you
 
        ■ Use any watch expression
 
        ■ Specify more than four breakpoints that break on changes in
          memory areas
 
     See: Watch Menu: Set Breakpoint Command
          Set Breakpoint (BP) Command-Window Command
                                    -♦-