beicause / call-graph

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

请问支持c/c++吗 #11

Closed lcax200000 closed 8 months ago

lcax200000 commented 1 year ago

想在c/c++中使用,请问可以支持吗

beicause commented 1 year ago

Screenshot_20230219_092248_io github forkmaintainers iceraven 理论上支持show call hierarchy就能用

Erik-k commented 1 year ago

This does not work for C code. At least I have not been able to get it to work with my C code. I just get this error: "Can't resolve entry function" every time I try to use it.

lcax200000 commented 1 year ago

This does not work for C code. At least I have not been able to get it to work with my C code. I just get this error: "Can't resolve entry function" every time I try to use it.

It needs to first install "gtags" and "gnu c call hierarchy"