generate call hierarchy graph with ctags
Asked Answered
Y

1

8

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

Yeung answered 10/10, 2011 at 16:57 Comment(0)
R
2

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

cflow main.c
Rake answered 3/4, 2017 at 18:35 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.