Description
Debugs Zsh scripts with features that help inspect execution flow, variables, and command behavior. It is useful for developers and administrators maintaining complex shell scripts or startup files.
Debugging can expose variable values, paths, and command arguments. Avoid sharing traces without checking for secrets, credentials, or private system details.