KnowledgeBase Archive

An Archive of Early Microsoft KnowledgeBase Articles

View on GitHub

Q199907: DOC: Debugger.Evaluate Method Doesn’t Evaluate Functions

Article: Q199907
Product(s): Microsoft C Compiler
Version(s): winnt:5.0,6.0,97
Operating System(s): 
Keyword(s): kbdocerr kbDebug kbHTMLHelp kbide kbMSDN kbVC500 kbVC600 kbDSupport kbGrpDSTools
Last Modified: 10-MAY-2001

-------------------------------------------------------------------------------
The information in this article applies to:

- Microsoft Visual C++, 32-bit Enterprise Edition, versions 5.0, 6.0 
- Microsoft Visual C++, 32-bit Professional Edition, versions 5.0, 6.0 
- Microsoft Visual C++, 32-bit Learning Edition, version 6.0 
- Microsoft Developer Network Visual Studio Edition, versions 6.0, 97 
- Microsoft Developer Network (MSDN) 
-------------------------------------------------------------------------------

SUMMARY
=======

The 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 INFORMATION
================

Launch the MSDN library and follow this path:

  

  Visual C++ documentation
 Using Visual C++
   Visual C++ User's Guide
     Automating Tasks in Visual Studio
       Developer Studio Objects
         Reference: Developer Studio Objects
           Objects
             Debugger Object

Click Evaluate. The documentation states the following:

  

  Evaluates an expression, as if you typed it in the Visual C++ debugger's Watch window.

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 
Technology        : kbVCsearch kbVSsearch kbAudDeveloper kbZNotKeyword8 kbMSDNSearch _IKkbZNotKeyword4 kbZNotKeyword2 kbVC500 kbVC600 kbVC32bitSearch kbMSDN600VS kbMSDN97VS kbVC500Search
Version           : winnt:5.0,6.0,97

=============================================================================

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.

Copyright Microsoft Corporation 1986-2002.