login | register
Tue 02 of Dec, 2008 [02:56 UTC]

voip-info.org

Asterisk Understanding the source code

Created by: jht2,Last modification on Wed 29 of Dec, 2004 [10:35 UTC]
When studying the Asterisk source code the following suggestions may prove useful:

Running CTAGS on the Asterisk source code then
loading the Asterisk source code into an editor that supports CTAGS will create an environment where
you can just highlight a variable and get a list of everywhere its used and see where and how its defined.

List of editors supporting CTAGS: http://ctags.sourceforge.net/tools.html
For Windows users, the open source jEdit editor works well.

An alternative is to use this Web based Cross Referenced Source Code Viewer
but its not as full featured as the CTAGS/editor solutions.

Tool Notes talks about the tools the author is using to study the Zaptel driver souce code.

A Slashdot Thread discusses various tool for studying source code




Comments

Comments Filter
222

333X-ref viewer link dead

by dfilion, Thursday 21 of October, 2004 [14:11:47 UTC]
The Cross Referenced Source Code Viewer link is invalid.