The information in this article applies to:
SYMPTOMSIf you attempt to step over a function that contains a data breakpoint anywhere in its execution path and the data expression does not evaluate to true, the Developer Studio debugger may step into the function or appear to hang. CAUSEThe RISC implementation of the breakpoint handler fails to differentiate between normal breakpoints and data breakpoints, and handles the data breakpoints incorrectly. RESOLUTIONDisable or remove all data breakpoints when stepping through code. STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. MORE INFORMATIONData breakpoints are discouraged on Windows NT RISC platforms because most of these architectures don't support debug breakpoint registers, resulting in extremely poor performance. Additional query words: WBDebug VCAlpha
Keywords : kbVC500bug kbVC600bug |
Last Reviewed: March 28, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |