Albin Jose@suppo.fi to Programmer Humor@lemmy.ml · 2 years agoLet the debugger do its job.suppo.fiimagemessage-square71linkfedilinkarrow-up1403arrow-down145
arrow-up1358arrow-down1imageLet the debugger do its job.suppo.fiAlbin Jose@suppo.fi to Programmer Humor@lemmy.ml · 2 years agomessage-square71linkfedilink
minus-squareAabbcc@lemm.eelinkfedilinkarrow-up76arrow-down2·2 years agoBecause I have nested loops and only want to see certain cases and I’m not smart enough to set up conditional breakpoints or value watching
minus-squareHairHeel@programming.devlinkfedilinkEnglisharrow-up32arrow-down1·2 years agoValue watching is just printf; change my mind
minus-squaremacniel@feddit.delinkfedilinkarrow-up10·2 years agoProgramming is also about learning your tools :)
minus-squareidunnololz@lemmy.worldlinkfedilinkarrow-up8·2 years agoSomeone should make that bell curve meme with people using print statements at the newb and advanced level. Debuggers are great but I’d say it’s a 50/50 split for me for debugger vs logger when I’m debugging something.
Because I have nested loops and only want to see certain cases and I’m not smart enough to set up conditional breakpoints or value watching
Value watching is just printf; change my mind
Programming is also about learning your tools :)
Looks like godot doesn’t have it yet
Someone should make that bell curve meme with people using print statements at the newb and advanced level. Debuggers are great but I’d say it’s a 50/50 split for me for debugger vs logger when I’m debugging something.