scitools.com

← Graph catalog

Variable Tracker - Custom is one of the interactive graphs Understand can draw of your code — call trees, dependencies, control flow, and more.

Variable Tracker - Custom

Languages: C, C#, C++, Java
Targets: Objects
Show possible values of a variable based on the source code at each set reference.

This plugin creates a graph to track the value of a variable throughout your code. It visually represents the possible values of a variable at each point where it's set. By analyzing the source code, the plugin identifies how the variable is modified and displays these changes in a graph format. The graph can be customized with options like depth level, display of returns and parameter calls, and showing source code locations.

This allows you to quickly understand the variable's behavior and identify potential issues or unexpected values. It can be particularly helpful when debugging complex code or analyzing the flow of data within your program.

See also the blog article ↗ and the Inverse Variable Tracker graph plugin


This variant is a plugin. It can be enabled/disabled from the Plugin Manager.