Hi,
VA X is very good at traversing the #include hierarchy when I do Goto. What I'm interested in is, for those cases where there are more than one inclusions in the symbol's journey from its source to its point of use, would there be a way to have VAX display the include trace? So if a type type1 is used in b.cpp, which includes b.h which includes something else that eventually includes a.h, I'd want to be able to right click on type1 in a.cpp and ask VA X to trace this path through the include graph for me. The output could be something like
type1 in b.cpp
-->c:\\project\\include\\b.h
-->c:\\project\\include\\a1.h
-->c:\\common\\a.h
In cases where project settings force the inclusion, that might be nice as well.
Thanks, and have a great day.
-Jay