Recommended FORTRAN debugger? #47
Replies: 1 comment 1 reply
-
Hi @nbelakovski! First of all, I hope you are using Fortran rather than FORTRAN. They are quite different, and no one should use FORTRAN for any new project. What do you mean by debugging? Is it static code analysis or to find bugs in your code? For the latter, I use gdb. For the former, I just compile my code using ALL Fortran compilers available (there are more than 10) with the most restrictive flags (e.g, |
Beta Was this translation helpful? Give feedback.
-
I'm using VSCode with some extensions to debug the FORTRAN code, but it's not great. I can't inspect arrays with more than one dimension, and sometimes even 1-dimensional arrays have issues with inspection. Any recommendations?
Beta Was this translation helpful? Give feedback.
All reactions