Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 768 Bytes

README.md

File metadata and controls

19 lines (18 loc) · 768 Bytes

Visual-Diagnostic-Tool-EDI


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