适用于 Mac OS X 的 Fortran 调试器
谁能为 mac 推荐一个好的 Fortran 调试器(除了通过 fink 或 macports 安装 gdb 等)?
Can anyone recommend a good Fortran debugger for the mac (other than installing gdb, etc, via fink or macports)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我相信适用于 Mac 的英特尔 Fortran 编译器与 Xcode 集成,从而为您提供源代码级 (GUI) 调试: http://software.intel.com/en-us/intel-compilers/
另外,您似乎还可以获得
gfortran
的 Xcode 插件:http://www.macresearch.org/xcode_tutorial_fortran_only_projectsI 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由于 IDB for Mac 仅提供命令行界面,并且 Xcode 只能调试简单结构的 Fortran 程序,不支持 MODULE,也许您可以尝试 TotalView。
With the IDB for Mac only providing a command-line interface, and Xcode only being capable of debugging simple structured Fortran programs with no support of MODULEs, maybe you can try TotalView.