- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If one has a nested, e.g.
TYPE FOO INTEGER :: foo1 END TYPE FOO TYPE BAR TYPE(FOO) :: foolish END TYPE BAR TYPE(BAR) :: bazit appears in the watch window in the Visual Studio debugger as
-baz - baz%foolish - baz%foolish%foo1it would be nice if there was some way to get it to display as
-baz - foolish - foo1Is there anyway to do it?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No, but feel free to file a feature request for it at Intel Premier Support. I don't know if the debugger infrastructure would allow something like that, but it doesn't hurt to ask.

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