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

Visual Studio crashes when right-clicking on a variable name during debug.

palsa
Beginner
518 Views
I'm trying to debug my C++/Fortran application, and I have set a breakpoint in the beginning of a C++ function. When I attempt to set a watch on a variable by right-clicking it and selecting "Add watch", Visual Studio reports it has become unstable.

Regards,
Palsa
0 Kudos
6 Replies
Steven_L_Intel1
Employee
518 Views
What is the exact version of Intel Visual Fortran you have installed? In Visual Studio, select Help > About. Scroll down the "Installed Products" until you find Fortran, and tell me the "Package ID" it displays. It will begin with "w_".
0 Kudos
palsa
Beginner
518 Views
w_cprof_p_11.1.065

Regards,
Palsa
0 Kudos
palsa
Beginner
518 Views
Microsoft Visual Studio 2008
Version 9.0.21022.8 RTM
Microsoft .NET Framework
Version 3.5 SP1

Installed Edition: Enterprise

Microsoft Visual C++ 2008 91904-270-1084771-60981
Microsoft Visual C++ 2008

Microsoft Visual Studio Team System 2008 Development Edition 91904-270-1084771-60981
Microsoft Visual Studio Team System 2008 Development Edition

Portions of International CorrectSpell spelling correction system 1993 by Lernout & Hauspie Speech Products N.V. All rights reserved.

The American Heritage Dictionary of the English Language, Third Edition Copyright 1992 Houghton Mifflin Company. Electronic version licensed from Lernout & Hauspie Speech Products N.V. All rights reserved.


Crystal Reports AAJ60-G0MSA4K-68000CF
Crystal Reports Basic for Visual Studio 2008


Intel Visual Fortran Compiler Integration Package ID: w_cprof_p_11.1.065
Intel Visual Fortran Compiler Integration for Microsoft Visual Studio* 2008, 11.1.3471.2008, Copyright (C) 2002-2010 Intel Corporation
* Other names and brands may be claimed as the property of others.
0 Kudos
Steven_L_Intel1
Employee
518 Views
Can you attach a ZIP of a solution (both Fortran and C++ projects) that shows this problem?
0 Kudos
palsa
Beginner
518 Views
I was unable to reproduce the problem in a small project, and in some source files of our big project the problem does not appear.
0 Kudos
dannycat
New Contributor I
518 Views
There used to be a problem when right clicking fortran user defined variables in debug but thankfully this was fixed in version 11.1.67. I note you are using a slightly older version where therightclickproblem still occured. I'm not sure if this is related to your C++ issue but it mat be worth trying to download the latest compiler.
0 Kudos
Reply