Hi all,
Has anyone else noticed that GDB has really become ridiculously horrible with Fortran in the last 1-1.5 years? It crashes all the time on even the simplest of operations (skipping a line, printing an integer, etc) in addition to its normal behavior of refusing to allow you access to the contents of an object.
If you have not seen it that is good information to as maybe there is something in the Arch Linux build config for gdb which makes mine horrible.
Are there any other options out there? The intel debugger has merged with gdb via a plugin, and if I remember right is not any better. I've also tried lldb and that has the same poor performance as GDB.
I use GDB in command line more, but that shouldn't matter since its the back-end for things like eclipse, etc, in Linux.
Thanks
Adam