505
Madness or brilliance
(feddit.org)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Honestly I use debugger when I have to go deep into some library's bullshit code. My stuff should be stable clean and understandable enough to quickly see what's happening with console log.
If I were to find myself needing debugger all the time with breakpoints and all this shit, it means shits has gone sideways and we need to back up and re-evaluate the code.