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.
generate call hierarchy graph with ctags
Asked Answered
You can use cflow to do this. Just use it as:
cflow main.c
© 2022 - 2024 — McMap. All rights reserved.