Skip to content

Instantly share code, notes, and snippets.

@TheDcoder
Created August 14, 2023 23:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TheDcoder/fd8d93e9ab56cf69b0e87e0f404802d2 to your computer and use it in GitHub Desktop.
Save TheDcoder/fd8d93e9ab56cf69b0e87e0f404802d2 to your computer and use it in GitHub Desktop.
Ultimate Debugging for Bash
# Start bash with `-x` option with this env var
export PS4='+(${BASH_SOURCE}:${LINENO}): ${FUNCNAME[0]:+${FUNCNAME[0]}(): }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment