I code Perl at my day job and I use print statements. I'm in a terminal coding, and I've never really learned how to use the Perl CLI debugger. Normally I suspect what's broken and I just need the print statements to verify.
In Xcode I use the breakpoints because I'm practically already in the debugger, and I did similar when I had to hack on some C# & VB code.
In Xcode I use the breakpoints because I'm practically already in the debugger, and I did similar when I had to hack on some C# & VB code.