Albin Jose@suppo.fi to Programmer Humor@lemmy.ml · 1 year agoLet the debugger do its job.suppo.fiimagemessage-square73fedilinkarrow-up1429arrow-down148
arrow-up1381arrow-down1imageLet the debugger do its job.suppo.fiAlbin Jose@suppo.fi to Programmer Humor@lemmy.ml · 1 year agomessage-square73fedilink
minus-squareserratur@lemmy.wtflinkfedilinkarrow-up28·1 year agoI still use print as a quick “debug” its just convenient to have multiple prints in the code when you’re iterating and changing code.
minus-squaremacniel@feddit.delinkfedilinkarrow-up1arrow-down2·1 year agoeasier than just place a debugger symbol there?
minus-squareripcord@kbin.sociallinkfedilinkarrow-up6·1 year agoIf you want to see a lot of things over a runtime at a glance, then possibly.
I still use print as a quick “debug” its just convenient to have multiple prints in the code when you’re iterating and changing code.
easier than just place a debugger symbol there?
If you want to see a lot of things over a runtime at a glance, then possibly.