https://github.com/qbit/trpd
You can debug anything with 3 print statements!
https://github.com/qbit/trpd
Last synced: 4 months ago
JSON representation
You can debug anything with 3 print statements!
- Host: GitHub
- URL: https://github.com/qbit/trpd
- Owner: qbit
- License: isc
- Created: 2023-03-10T19:36:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-14T11:48:19.000Z (over 3 years ago)
- Last Synced: 2025-03-06T03:15:43.446Z (over 1 year ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# trpd
Debugging is hard, using a debugger is simple. But if you don't want to inspect variable values, inspect core dumps, check the behaviour across multpile goroutines, change breakpoints while running the program, step through the code while it's running and watching the variable change, change values, disassemble the program, or do anything else a debugger does, then `trpd` might be the tool for you, you tool.