beicause / call-graph

Generate call graph for vscode in svg or graphviz dot.
Apache License 2.0
73 stars 17 forks source link

Can't get outgoing calls graph #9

Closed nkelly1322 closed 8 months ago

nkelly1322 commented 1 year ago

I get a complete incoming calls graph, but no outgoing. Whenever I attempt to create an outgoing calls graph I get a graph with only 1 node, the call I tried to originate from.

Using clang language server with a compile_commands.json made from Bear Intercept-Build

Any notion of how I could fix/troubleshoot this?

beicause commented 8 months ago

Duplicate of #7, #11