- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am usingIntel Visual Fortran Compiler Integration for Microsoft Visual Studio* 2008, 11.0.3453.2008.
I am having difficulties with the built-in the debugger.
Main problem is that non-local variables (variables defined in any other module than that of the current breakpoint ) are not visible. Bydraggingthem in a Watch window does not help.
A workaround is to type in full the module_name_mp_variable_name. But this is not elegant when you want to see tens of variables.
Example:
phn_type Undefined variable phn_type - dragging the variable in to the Watch window
ProjSim2D_types_mp_phn_type 'V' CHARACTER(1) - append the name of the variable to the module's name
Please help me with a better solution.
Many thanks in advance.
Ion
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The version nunmber you entered is that of the VS integration, not the compiler, but it does indicate 11.0, which is not current. We improved this item in 11.1. You should be able to just type the variable name, or you may need to watch modulename::variablename.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page