- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
When I debug, I can't see the values of variables in an ASSOCIATE / END ASSOCIATE construct except those that are ASSOCIATEd. Is there any way to see the values of all variables? I am using IVF 11.1.065 with VS2005 on a Professional XP machine.
Thanks,
Jon
When I debug, I can't see the values of variables in an ASSOCIATE / END ASSOCIATE construct except those that are ASSOCIATEd. Is there any way to see the values of all variables? I am using IVF 11.1.065 with VS2005 on a Professional XP machine.
Thanks,
Jon
Link Copied
5 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I submitted the same problem back in January (Issue 575386), but it is still only in "Reproduced" state.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Actually it's in "Reproduced (Escalated)" which means it has been sent to the developers. I will ping the support engineer who seems to have missed your request for an update.
From what I can see reading the issue notes, there were several problems here, in both the compiler and the debug support, and that the ASSOCIATE problem is fixed in the next major release. When I try it in a development version of that I can see the ASSOCIATE variables.
From what I can see reading the issue notes, there were several problems here, in both the compiler and the debug support, and that the ASSOCIATE problem is fixed in the next major release. When I try it in a development version of that I can see the ASSOCIATE variables.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Steve,
unfortunately, debug still doesn't work properly inside ASSOCIATE constructs in the just released Composer XE 2011 version.
E.g. in the code below, one cannot see the value of B inside the ASSOCIATE construct in debug. It visible outside.
I really hope this fix will be included in the next update.
regards,
Thomas
[fortran]PROGRAM AssociateDebug
IMPLICIT NONE
REAL A
REAL B
A = 1.0
B = 2.0
ASSOCIATE (Test => A)
WRITE(*,*) Test, B
END ASSOCIATE
end program[/fortran]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sorry, this is not yet completely fixed. Part of the fix has been made on the compiler side, but work is needed elsewhere as well. I will update this thread as I get more info.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It looks as if this finally got fixed in Composer XE 2011 Update 7. I verified that it works correctly in Update 8.

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