C Plus Plus
{% include JB/setup %}
Graph
Graphviz - Graph Visualization Software
Debug
Dependency Analysis
dependency-alalysis is a part of static-code-analysis. There are several commercial products which are able to do dependency-alalysis on List of tools for static code analysis.
Here is a discuss on C++ project dependency analysis: (Visual) C++ project dependency analysis.
“Deep” header dependency analysis
Nmdepend is a lightweight 'link-time' dependency analyzer for C++. It uses object files and libraries instead of source-code as input. It runs UNIX and Cygwin. Nmdepend, [Nmdepend] (https://github.com/epronk/nmdepend).
CppDepend (Commercial)