views:

377

answers:

2

Can anyone recommend a good Fortran debugger for the mac (other than installing gdb, etc, via fink or macports)?

A: 

Hi

I'm lucky (?) enough to work for a company which pays for software for developers. If you are too, try to get your hands on TotalView. I've not used it on Mac OS X, but it's a good debugger on AIX / Linux.

Regards

Mark

High Performance Mark
+1  A: 

I believe the Intel Fortran Compiler for Mac integrates with Xcode and thereby gives you source level (GUI) debugging: http://software.intel.com/en-us/intel-compilers/

Also it looks like you can get Xcode plug-ins for gfortran: http://www.macresearch.org/xcode_tutorial_fortran_only_projects

Paul R