A more simple & flexible debugger
Begin with https://blog.tartanllama.xyz/writing-a-linux-debugger-setup/
But make it more OOP and modern
- clang libc++ >= 15.0
- cmake >= 3.15
sudo scripts/install_env.bash
You can refer to .github/workflows
to learn more
git submodule update --init
mkdir build && cd build
cmake ..
make
make test