diff --git a/README.md b/README.md index a64f7d1..2c4b429 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # gdb-execution-visualizer +A visual studio code extension with a python script to record the execution of a c program and visualize it in vscode + ## Requirements - Python 3.x @@ -35,6 +37,11 @@ gdb -x main.py ``` move the history.json into the `.vscode` folder +run using `Show History` + +## Results + +![result](images/vs_result.png) ## License diff --git a/images/vs_result.png b/images/vs_result.png new file mode 100644 index 0000000..1670ad4 Binary files /dev/null and b/images/vs_result.png differ