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

Host entities not visible in internal procedures in .net debugger

tashker__michael
Beginner
705 Views
subroutine host
integer hostX
contains
subroutine internal
integer intY
end subroutine
end subroutine
When debugging into subroutine internal, entities defined in the host routine appear undefined (? hostX ... Undefined variable hostX). Similarly hovering over
0 Kudos
0 Replies
Reply