This commit is contained in:
2025-11-17 08:09:39 -08:00
parent 22f031c268
commit 99f99cac2f

View File

@@ -1,3 +1,8 @@
# edbg # edbg
Linux debugger and debugging library. Implementation is based on Sy Brand's book [Building A Debugger](https://nostarch.com/building-a-debugger) Linux debugger and debugging library. Implementation is based on Sy Brand's book [Building A Debugger](https://nostarch.com/building-a-debugger)
## Requirements
- libedit
- Catch2