Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mefengl/debug-note
https://github.com/mefengl/debug-note
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mefengl/debug-note
- Owner: mefengl
- License: mit
- Created: 2023-06-09T10:52:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-09T10:55:11.000Z (over 1 year ago)
- Last Synced: 2024-10-16T21:12:22.015Z (22 days ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# debug-note
to let ChatGPT fix our problem, we need give it more debug information, so this repo is used to record some debug method
## bash
`bash -x script.sh`
This can be used to debug Bash scripts so that humans or ChatGPT can understand which line the error is on