The information in this article applies to:
SUMMARYThe MSDN library documentation for the Evaluate method of the Debugger object incorrectly states that this method is functionally identical to typing in the Visual C++ debugger's Watch window. For example, the Watch window can evaluate C/C++ function calls and the Evaluate method cannot. MORE INFORMATIONLaunch the MSDN library and follow this path: Click Evaluate. The documentation states the following: This is incorrect. Debugger.Evaluate cannot evaluate functions during a debug session of C/C++ code in Visual C++. However, Debugger.Evaluate can evaluate such mathematical expressions as "2+2". Additional query words:
Keywords : kbdocerr kbDebug kbHTMLHelp kbide kbMSDN kbVC500 kbVC600 kbDSupport kbGrpDSTools |
Last Reviewed: January 19, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |