Debugging output refers to the practice of displaying information during program execution that helps programmers identify and fix errors or bugs in their code. It allows developers to see the values of variables, track the flow of execution, and understand how their program is behaving.