103
LeMeow
6y

*Lazy Friend has IntelliJ and Eclipse*
*Lazy Friend using Notepad++*
Me: Why don't you use IntelliJ? Its debugger really helps..
LF: It takes too much time to start, I don't have that much time..
*continues staring at his screen and using his mind debugger*

It's kinda funny when he just sits and stares at his screen after saying that he doesn't have any time..

It took way less time to find the (a?) bug when he finally used the debugger..

Comments
  • 26
    Mind debugger! Haha 😂
  • 9
    Still better than my boss. He uses eclipse but not its debugger. Even though he knows it exists and how to start it.
  • 0
    Is it really that important thought? I really only use the debugger if I'm confronted with a null pointer or something like that.
  • 1
    @Qwby it depends on the complexity of the program. Easy bugs are found after a minute of staring, but the difficult ones are hard to fix even with debugger. Fixing those with a loop of "remote cout", "add other cout", recompile, rerun would make me go insane
  • 2
    In what way is he lazy? Because it sounds like he’s doing a lot more work and spending a lot more energy in solving bugs this way:p
    Aren’t we the lazy ones for using a debugger to do the debugging for us?:P
  • 0
    Mind bugger...
  • 0
    @YouAreAPIRate if im honest i never run my code without the debugger.
Add Comment