Description
Shell scripts can be debugged step by step with breakpoints and commands inspired by gdb. It is useful for developers and administrators troubleshooting complex Bash automation.
Debugging can reveal variables, paths, credentials, and command output. Avoid sharing logs or sessions that include secrets.