Are there any tools that can generate call graph for Visual Basic .NET source codes?

  • Thread starter Thread starter Rose
  • Start date Start date
Rose said:
Hi, guys,

Is there such a tool? I also hope it is free. Thanks!

Rose

No where near free but.....

Project Analyzer v8.0
http://www.aivosto.com/project/project.html

If you get the Pro version....

Project Printer - document and surf the source
This one can create a website (more or less) from your source, where
everything (variables, procs, modules, etc) are fully linked
Each procedure includes a "Calls" and "Called By" list.

Project Graph - graphical code documentation
This one may be what you're looking for. I haven't found much use for this
one, other than satisfying my curiousity <g>

http://www.aivosto.com/project/add-ins.html
 
Looking for some call graph tools for source codes is to facilitate
code browsing and studying. I don't think you refelect any sense of
humor in suggesting such a URL.
 
Back
Top