FIX: Breakpoints, Watches Not Restored with Dual Monitor

Last reviewed: September 16, 1997
Article ID: Q87927
4.00 4.01 4.05 MS-DOS kbtool kbbuglist kbfixlist

The information in this article applies to:

  • Microsoft CodeView for MS-DOS versions 4.0, 4.01, and 4.05

SYMPTOMS

Microsoft CodeView for MS-DOS versions 4.0, 4.01, and 4.05 do not restore breakpoints or watches between sessions when invoked with "/2" for dual monitor debugging. Normally, CodeView will restore all breakpoints and watches that were set from the last debugging session.

CAUSE

An invalid command for dual monitor debugging is listed in the CURRENT.STS file. When CodeView reads this invalid command, it discontinutes reading the rest of the status file.

RESOLUTION

Remove the following line from the CURRENT.STS file

   COMMAND:OF+

(turn screen swapping on). This option is not valid in dual-monitor mode. Since this option is written each time you exit CodeView, you will need to modify the CURRENT.STS file each time you invoke CodeView.

STATUS

Microsoft has confirmed this to be a problem in CodeView versions 4.0, 4.01, and 4.05. This problem was corrected in CodeView version 4.1.

MORE INFORMATION

CodeView stores the following information in the CURRENT.STS file between debugging sessions:

   Window layout
   Breakpoints
   Watch expressions
   Source, Local, and Memory display options
   Global CodeView options such as case sensitivity and radix


Additional reference words: 4.00 4.10
KBCategory: kbtool kbbuglist kbfixlist
KBSubcategory: CvwIss
Keywords : kb16bitonly
Solution Type : kbfix


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: September 16, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.