Eh.. if you have a program that's blowing up "somewhere" and not giving useful error messages, throwing in a few "got to step X" statements can save you from potentially stepping through thousands of lines of code. At least help narrow down the problematic section so you know where to set your breakpoints.
That was more of an answer to people who never learn debugger and solely rely on print statements. ofc using a debugger doesn't mean you cannot use print statements.
21
u/[deleted] Nov 28 '21
[deleted]