You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Visual Diagnostic tool for Debugging and other Applications in Visual Studio
System Requirements
Visual Studio 2022
x86 configuration
Aim
The main aim of this project is to reflect the current status of the code while debugging in a kind of diagramtic way that is easy for the user to visualize
Show the contents of variables as well as data structures along with the memory stack
Work done so far
Extracting the names of functions as well as the parameters and local variables associated
Extracting stack information and storing it into a data structure
Work to be done
take the data from the data structure that has been implemented and develop a GUI supporting the above aim
About
A Visual Diagnostic tool for Debugging and other Applications in Visual Studio