Skip to content

Instantly share code, notes, and snippets.

View albertziegenhagel's full-sized avatar

Albert Ziegenhagel albertziegenhagel

View GitHub Profile
@albertziegenhagel
albertziegenhagel / intel-vscode-fort-deb-adapter.md
Created June 21, 2023 08:45
How-To: Enable Intel Fortran Debugging Support in VS Code

How-To: Enable Intel Fortran Debugging Support in VS Code

Introduction and Problem

Since there is no real debug adapter for Fortran in VS Code, the debug adapter for C/C++ is used which can be obtained via the C/C++ extension for VS Code.

When debugging on Linux or in general when using gdb or lldb for debugging, this is done via the MIEngine and the cppdbg debug adapter and should not impose any problems.