How to generate Function caller graphs for JavaScript and ActionScript?
Posted
by Jeremy Rudd
on Stack Overflow
See other posts from Stack Overflow
or by Jeremy Rudd
Published on 2009-09-06T10:11:04Z
Indexed on
2010/03/13
10:15 UTC
Read the original article
Hit count: 353
I like the way Doxygen combines with Graphviz dot to generate function caller graphs. I'd like this functionality for other languages as well, apart from the basics that Doxygen supports (C++, C, Java, Objective-C, Python, VHDL, PHP, C#).
I'm currently looking for tools that support JavaScript, ActionScript 2 and ActionScript 3/Flex. I'm also interested in tools that have a wider language support than Doxygen.
Is there any way to get function caller graphs for any other languages?
© Stack Overflow or respective owner