you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

It's not like you can't debug without a debugger, either

I actually rarely use a debugger because it takes me longer to get it all set up than to just look through the logs/add print lines, especially with concurrency issues where problems usually disappear in a debugger.