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"
- Host: GitHub
- URL: https://github.com/notryanb/sdb
- Owner: notryanb
- Created: 2024-08-07T00:44:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-06T01:57:33.000Z (over 1 year ago)
- Last Synced: 2025-02-15T14:17:12.943Z (over 1 year ago)
- Language: C++
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SDB Debugger
From "Building a Debugger" by Sy Brand.
## Building & Running
```
cd build
cmake ..
cmake --build .
./tools/sdb
```