- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I am using IFX 2025.2 with Visual Studio 2019 v. 16.11.51. In the watch window of the debugger, I can't see variables with derived types that were defined in modules using
TYPE(**bleep**), PUBLIC, SAVE :: MYVARIABLE(MYSIZE),
where MYSIZE is defined as a PARAMETER in another module. All modules involved are properly USE'd in the subroutine in question.
I would appreciate any suggestions.
Thank you,
Gabriel
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
watch <module-name>::<var-name> that usually works in such cases.
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