Debugging in GitLab Pipelines WITHOUT editing .gitlab-ci.yml

Have you ever been debugging a pipeline job and keep having to go add bash commands, like set -x
or a thousand echo
statements to figure out what is going on?
Well there's an easier way! You can simply add a CI/CD variable to your project (or group) and automatically get debug output without having to make a branch/MR or changes to your scripts!