Where does Debug.Print write output?
Debug.Print writes its output to the Immediate window which you can open by pressing Ctrl-G or from the menu View » Immediate
In Code VBA the shortcut to inserting Debug.Print is Alt-CED - Code » Error Handling » Debug.Print