An open API service indexing awesome lists of open source software.

https://github.com/notryanb/sdb

SDB from Sy Brand's "Building a Debugger"
https://github.com/notryanb/sdb

Last synced: 8 months ago
JSON representation

SDB from Sy Brand's "Building a Debugger"

Awesome Lists containing this project

README

          

# SDB Debugger
From "Building a Debugger" by Sy Brand.

## Building & Running

```
cd build
cmake ..
cmake --build .
./tools/sdb
```