Earlier quoted context omitted.
If you can't debug with just print statements, you're doing it wrong :)
"My primary debugging tool is Console.Writeline(). To be honest, I think that's true of a lot of programmers." --Anders Hejlsberg If Anders Hejlsberg does it, there's no shame in it.
Sometimes I think the people who have success with debuggers often must be working on a different class of problems than I am familiar with.
Numerical problems can usually be fixed with a series of targeted asserts and logs.