A minimal memory debugger written in C for educational and recreational purposes.
Clone the repository.
git clone git@github.com:ragibasif/xdbg.git
Place xdbg.h
and xdbg.c
in your project folder and include the header file.
#define XDBG_ENABLE
#include "xdbg.h"
This project is licensed under the MIT license. See the LICENSE file for details.