Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mefengl/debug-note


https://github.com/mefengl/debug-note

Last synced: 8 days ago
JSON representation

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