导读:
Source navigator
本文转自
http://www.linuxfans.org/bbs/thread-160287-1-7.html
vslickedit,
http://wall_john.blogeden.cn/post/140172/5216
Source navigator
http://sourcenav.sourceforge.net/
What is Source-Navigator?
Source-Navigator is a source code analysis tool. With it, you can edit your source code, display relationships between classes and functions and members, and display call trees. You can also build your projects, either with your own makefile, or by using Source-Navigator's build system to automatically generate a makefile.
Source-Navigator works with the Insight GUI interface for GDB.
Source-Navigator supports C, C++, Java, Tcl, [incr Tcl], FORTRAN and COBOL, and provides and SDK so that you can write your own parsers.
Use Source-Navigator to:
* Analyze how a change will effect external source modules.
* Find every place in your code where a given function is called.
* Find each file that includes a given header file.
* Use the grep tool to search for a given string in all your source files.
Source-Navigator is released under the GNU Public License.
What is Source-Navigator?
Source-Navigator is a source code analysis tool. With it, you can edit your source code, display relationships between classes and functions and members, and display call trees. You can also build your projects, either with your own makefile, or by using Source-Navigator's build system to automatically generate a makefile.
Source-Navigator works with the Insight GUI interface for GDB.
Source-Navigator supports C, C++, Java, Tcl, [incr Tcl], FORTRAN and COBOL, and provides and SDK so that you can write your own parsers.
Use Source-Navigator to:
* Analyze how a change will effect external source modules.
* Find every place in your code where a given function is called.
* Find each file that includes a given header file.
* Use the grep tool to search for a given string in all your source files.
Source-Navigator is released under the GNU Public License.
本文转自
http://www.linuxfans.org/bbs/thread-160287-1-7.html
Source-Navigator是一款源代码分析工具,支持C、C++、Java等语言,能帮助开发者编辑源代码、显示类和函数间的关系及调用树,并且可以构建项目。它与Insight GUI界面集成,用于GDB调试。

被折叠的 条评论
为什么被折叠?



