ruben2020 / codequery

A code-understanding, code-browsing or code-search tool. This is a tool to index, then query or search C, C++, Java, Python, Ruby, Go and Javascript source code. It builds upon the databases of cscope and ctags, and provides a nice GUI tool.

Home Page:https://ruben2020.github.io/codequery/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do you view the call graph?

pakdev opened this issue · comments

I followed the Windows HOWTO and can browse my source after loading myproject.db. However, the "Draw graph" button is permanently grayed out. How do I enable this button to conceivably generate call graphs?

Ah, I figured it out. To make the button work, you have to select one of the drop downs that includes the text "(Graph Available)" and then execute another search. Simply changing the dropdown and even clicking results is not sufficient to enable the button. This should be fixed.

Ah, I figured it out. To make the button work, you have to select one of the drop downs that includes the text "(Graph Available)" and then execute another search. Simply changing the dropdown and even clicking results is not sufficient to enable the button. This should be fixed.

I second this.

commented

@pakdev @pidgeon777 Now this is fixed in the develop branch.

When you change the drop down box selection for query type, it will search immediately. When the search results are displayed, the first result will be automatically be selected / highlighted, and the graph generation capability will be enabled, if you had selected one of those query types with "(Graph Available)".