Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-996C8644-D5A9-4E4F-93B1-66C30A4A6947
Visible to Intel only — GUID: GUID-996C8644-D5A9-4E4F-93B1-66C30A4A6947
Debug Mixed-Language Programs
You can debug mixed-language programs with the Visual Studio debugger. Program flow of control across subprograms written in different languages is transparent.
The debugger uses debug information associated with the program to automatically identify the language of the current subprogram or code segment.
For example, if program execution is suspended in a subprogram in Fortran, the current language is seen as Fortran. If the debugger stops the program in a C function, the current language becomes C.