This tool shows momory objects as a graph. It supports C# and C++ languages. This is an apha version. Please, do not expect it to work correctly (or at all) on complex projects. Use only for Console App projects. When Graph Window is open and a breakpoint is hit, a graph is updated to show all variables that are accessable in current scope (all local variables and variables they point to). Graph Window can be found in View->Other Windows->Graph Window. To stop it from collecting the debugging information, just close Graph Window. |