Tool to view variable dependencies

466 Views Asked by At

I try to understand how variables in a c code influence each other. I was searching for hours for a tool. Doxygen, etc will give me call graphs (“which function calls whom?“), but does not provide information on specifically the variables/data. A dependency matrix generated from source code would help for example.

How can I best visualize this?

0

There are 0 best solutions below