Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Still better than my boss. He uses eclipse but not its debugger. Even though he knows it exists and how to start it.
-
Qwby4167yIs it really that important thought? I really only use the debugger if I'm confronted with a null pointer or something like that.
-
@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
-
Prutser2227yIn 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
Related Rants
*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..
rant
bug
lazy
debugger