The information in this article applies to:
SYMPTOMS
Microsoft Format (CV) and COFF debugging formats can be used at the same
time. To get both formats, use the /DEBUGTYPE:both linker switch or in the
development environment, go to the Project menu, select Settings, choose
the Link tab, choose the Debug category, and select Both Formats.
RESOLUTIONYou can work around this problem by including either Microsoft Format (CV) or COFF debugging formats, but not both, in the same executable. The integrated debugger uses Microsoft Format (CV), so it is the preferred format. STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. MORE INFORMATIONThe following sample code demonstrates the problem. If you build the file with /link /DEBUGTYPE:both, and then press the F8 key while inside, the integrated debugger will not step into the Test1() or Test2() functions. Instead, it skips around within TEST.CPP. Sample Code
Additional query words: 2.00 2.50
Keywords : |
Last Reviewed: October 27, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |