开发者

generate call hierarchy graph with ctags

开发者 https://www.devze.com 2023-04-12 05:06 出处:网络
Is there anyone who knows how to generate call hierarchy graph with ctags and cscope? I need to run the commands开发者_如何学JAVA in the terminal and redirect the output to a file, rather than do it i

Is there anyone who knows how to generate call hierarchy graph with ctags and cscope? I need to run the commands开发者_如何学JAVA in the terminal and redirect the output to a file, rather than do it in vim.


You can use cflow to do this. Just use it as:

cflow main.c
0

精彩评论

暂无评论...
验证码 换一张
取 消