Skip to content

a-miscellaneous/gdb-execution-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d05aa19 · Nov 28, 2023

History

58 Commits
Jun 24, 2023
Nov 28, 2023
Oct 29, 2023
May 22, 2023
May 22, 2023
May 22, 2023
May 22, 2023
Nov 28, 2023
May 29, 2023
Oct 29, 2023
Aug 25, 2023
Aug 25, 2023
May 22, 2023
May 22, 2023

Repository files navigation

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
  • GDB
  • GCC/c compiler

GDB

should be compiled for use with python, check

gdb --configuration

for

--with-python=/usr

Usage

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

Results

result

License

Apache

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published