- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
type tdef
real,pointer::p(:)
endtype tdef
type(tdef)::t
...
allocate(t%p(10))
When attempting to view the values of p(:) the debugger says: "invalid debug information". Is this normal? I am pretty sure it worked under CVF.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It is supposed to work. Please submit a bug report.

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