A visual studio code extension with a python script to record the execution of a c program and visualize it in vscode
- Python 3.x
- GDB
- GCC/c compiler
should be compiled for use with python, check
gdb --configuration
for
--with-python=/usr
Compile the file with (the executable should be named a.out
)
gcc -g file.c
Record with
gdb -x main.py
move the history.json into the .vscode
folder
run using Show History