3

I have read on internet that cdt is basically used for generating call graphs for c/c++ code in eclipse. I have installed eclipse juna's latest version along with the MinGW and cygwin to compile and run c/c++ code. My question is do I have to install cdt again along with the eclipse version. I already have option of creating cdt project under my eclipse new tab. Also how is the call graph generated in eclipse. Basically steps are needed for the same.

1 Answer 1

1

You can use CDT to see dependencies between functions, but if you really want comprehensive call graphs you are better off installing doxygen, which is very well supported by CDT and Eclipse in general.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.