Hi Folks, I am wondering what toolkit's (preferably open source) folks use out there to visualize the calling structure of source code before I roll my own. This might be something like this:
main:
|| |
|| ---->sub 1
|| ||
|| |----->sub 1a
|| ----->sub 1b
||---->sub 2
---->sub 3
|
------->sub 3a
Or something more visually pretty. The best version would have a
language arguement so that I could use it for Perl, Python, Java, etc.
Thanks for any help you can provide,
Jim
