DEV Community

Discussion on: Care to share some painfully funny debugging stories?

Collapse
 
_garybell profile image
Gary Bell

I once spent 30 minutes trying to figure out why my debugger wasn't hitting my break points, or getting to the code I was trying to debug.

I felt totally moronic when I realised I hadn't turned on the debug listener. Finally got to the code I wanted to debug after finding another issue once I enabled the listener

Collapse
 
alchermd profile image
John Alcher

Funny thing about these stories is that, on hindsight, it would be REALLY weird if what we were intending to do DID work.