4

for 3 days I've been trying to fix 1 crucial bug for.. literally the whole day

i couldnt fix it

then it came to me: motherfucker you have a debugger. use it.

i just want to say thank you to whoever came to the idea of creating a debugger.

Comments
  • 1
    Ah, yes, thanks to Anton D'bougere for this wonderful invention.

    So what was your issue?
  • 0
    I had a similar situation not so long ago... but i was using the debugger :)
  • 0
    @bezorp the onclick annotation got called before the initialization method so the shit that was first supposed to be initialized before stuff in the onclick method can be used was null, idk hows this even possible
Add Comment