Debugging in VS Code #915
Replies: 3 comments 8 replies
-
Can you provide some more details:
|
Beta Was this translation helpful? Give feedback.
-
Yes, I have that in the json file, I also tried adding this at the top: |
Beta Was this translation helpful? Give feedback.
-
I have proceeded a little farther, now I am stuck on this line in json: I originally tried the a.out that the example had but no go. |
Beta Was this translation helpful? Give feedback.
-
Hi, I am working on getting Fortran to work with VS Code, I have the Modern Fortran extension installed, c++, code runner, gdb.
I am able to run the Fortran code fine, but when I want to debug it asks be to choose a debugger.
I setup the launch.json as per the example provided.
VS Code does work fine running and debugging C/C++ code so not sure what I am missing for Fortran?
Beta Was this translation helpful? Give feedback.
All reactions