Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
28543 Discussions

MS VC++ 2003 debugger keeps on crashing

lmc
Beginner
1,477 Views
Is the integration of IVF into the Visual C++ 2003 very stable ?

I am having the debugger crash just about every 2nd time that I use it without recompiling my c or f77 code which forces a relink. This causes the whole MSDEV environment to crash and I lose all my latest breakpoints, etc...

I am using IVF version 8.1.2279.2003. I am using Visual C++ 69462-335-0000007-18853.

Thanks,
Lynn
0 Kudos
24 Replies
nigel-b-nunn
Beginner
226 Views
Hi Steve,
Stepping through C++ code, the Watch window was displaying garbage instead of the values for simple int variables, and the data types were indicated as fortran, not C++, e.g. "integer" instead of "unsigned int", etc.
thanks,
Nigel

Message Edited by Nigel-B-Nunn on 10-04-2004 06:00 PM

0 Kudos
Steven_L_Intel1
Employee
226 Views
I would suggest that you uninstall Fortran and VS.NET and reinstall. Your install of VS.NET would seem to be corrupted. But do try the Safe Mode test I suggested.
0 Kudos
hallr
Beginner
226 Views
On 10-04-2004 01:47 PM ID#: 11021 I mentioned that we had a machine where the crash was not occuring. It turns out that the developer was testing the wrong thing so we do not have a machine that we can use to compare to.
Rich
0 Kudos
hallr
Beginner
226 Views
Lynn,
Are you still having this problem? We are and we need to find a fix or work around. Thanks in advance for any help or suggestions that you can provide!
Rich
0 Kudos
Reply