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?