Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.38 KB

File metadata and controls

26 lines (16 loc) · 1.38 KB

SideGDB

a custom GDB UI made in Python.

⚠️⚠️ THIS IS ALPHA SOFTWARE ⚠️⚠️

Parts of this project could be rewritten when you least expect it: this documentation can get outdated very easily.

VERY IMPORTANT NOTE

this program was made with OSDev in mind, i made it so that i could debug my kernel with something other than VSCode's debugger. I did NOT test this with your average C program that's supposed to run on your terminal, or something like that.

Prerequisites

If you want to run directly the Python code from the repo, you'll have to do some preparation.

All required libraries are in the requirements.txt file. Anyways, these are the needed libraries:

Check out the wiki for usage instructions

CREDITS