Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29381 Discussions

Poblems debugging IFX program with VS2019 version 16.11.51

Gabriel_Toro
Beginner
275 Views

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  

0 Kudos
1 Reply
andrew_4619
Honored Contributor III
250 Views

watch <module-name>::<var-name> that usually works in such cases.

0 Kudos
Reply