ajylee / call_map

Tool for navigating Python call graphs. Old project page: https://github.com/nccgroup/call_map
Other
18 stars 0 forks source link

Extract call graph #1

Open fdroessler opened 6 years ago

fdroessler commented 6 years ago

Hi,

I really like your tool, I was wondering if it is possible to dump the call graph into a file as well as showing it in the Qt visualiser?

ajylee commented 6 years ago

Yes, it is possible, with some complications.

One could also dump interactively -- that is, dump everything you've explored so far.