https://github.com/zored/go_debug_playground
https://github.com/zored/go_debug_playground
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zored/go_debug_playground
- Owner: zored
- Created: 2023-01-23T08:54:58.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T09:44:24.000Z (over 3 years ago)
- Last Synced: 2025-03-03T00:11:19.133Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go debug playground
- Add config in your IDE:

- Put debug breakpoint [here](./main_test.go) in your IDE.
- Run:
```bash
./run.sh debug
```