- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
The Debugger Locals window shows only a few of the variable names.
The character variables display an asterisk in the Type column and the value is a hex value that looks like an address. In VS 2010 the same breakpoint shows a text string for the value.
Many line items have only a blue icon, no variable name.
One variable name appears, an integer, but the type displays long and the value is not correct.
This is a fortran dll project that is part of a VS solution with the main executable a C++/clr Windows Forms project.
The C++ project Debugger configuration is set to Mixed.
Any ideas?
Thanks,
...kay
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This is an issue with Visual Studio blocking the Fortran debug support from loading. I have an email from our developers telling me what C++ setting to change, but I am out of the office until Monday and don't have access to the message. I will post on Monday with the answer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ok, here's the scoop:
To enable the Fortran debugger features for mixed language program debugging under VS2012/2013: open the Tools ->Options and under the Debugging ->General properties clear the Managed C++ Compatibility Mode (it's "Use Managed Compatibility Mode" in VS2013) check box. See also http://software.intel.com/en-us/forums/topic/496274
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This setting has no effect; I tried this a few days ago and again, today.
Any other ideas?
Thanks so much for your help.
...kay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can you provide an example solution (attach a ZIP) we can build and test? I tried this with a C# program and it did help, though that was with VS2012. My copy of VS2013 already had the option disabled but the C# example I had from the other thread worked there too.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
will take a few days.
...kay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Steve,
I have one question related to XE 2013 SP1 and not sure if I can ask them in this thread or I have to open a new one. After installing w_fcompxe_2012-sp1.1.139 to be compatible with VS 2013, I encountered the following issue:
When I debug into a function (step into the function), it crashes Visual studio and gives error R6025. If I step over, it will run through without any problem. Have anyone reported a similar problem before and how can I resolve it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am not familiar with that problem, but please start a new thread.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page