20

I spent 3 full days trying to debug an error caused by ONE SINGLE SEMICOLON.

Comments
  • 4
    Either your methods have too much in it or you're using a really crappy compiler that doesn't give you good error messages with line numbers..
  • 1
    it may not be compiled code
  • 1
    very crappy compiler
  • 1
    What are you working with? Most decent IDEs will tell you as you are writing your code.
  • 1
    it was Java code for supporting an SAP web application in netweaver, which at the time did not have a debugger (I understand there's been many improvements since I last worked with it)
  • 0
    hide n seek champion for years right
  • 1
    Lost 24 hours of my life because I once put 'false' in quotes.
Add Comment