The developer studio integrated debugger may display incorrect values for the local variables in an application when the application is compiled with optimizations on (100773)
The information in this article applies to:
- Microsoft Visual C++ 1.0
- Microsoft Visual C++ 2.0
- Microsoft Visual C++ 4.0
- Microsoft Visual C++, 32-bit Enterprise Edition 5.0
- Microsoft Visual C++, 32-bit Enterprise Edition 6.0
- Microsoft Visual C++, 32-bit Professional Edition 5.0
- Microsoft Visual C++, 32-bit Professional Edition 6.0
- Microsoft Visual C++, 32-bit Learning Edition 6.0
- Microsoft Visual C++ .NET (2002)
- Microsoft Visual C++ .NET (2003)
- Microsoft Visual C++ 2005 Express Edition
This article was previously published under Q100773 SYMPTOMS The Developer Studio integrated debugger may display
incorrect values for the local variables in an application. This can occur when
the application being debugged was compiled with optimizations on.
RESOLUTION During the debugging process for your application, specify
the /Od compiler option switch to disable optimizations.
Modification Type: | Major | Last Reviewed: | 12/9/2005 |
---|
Keywords: | kbDebug kbide kbprb KB100773 kbAudDeveloper |
---|
|