Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29285 Discussions

Host entities not visible in internal procedures in .net debugger

tashker__michael
Beginner
491 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