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-squareqprimed@lemmy.mllinkfedilinkEnglisharrow-up69arrow-down2·1 year agobecause, sometimes, having your program vomit all over your console is the best way to remain focused on the problem.
minus-squarecharliespider@lemmy.worldlinkfedilinkarrow-up16·1 year agoThis is the reason for me. Sometimes I don’t want to step through the code and just want to scan through a giant list of output.
minus-squareripcord@kbin.sociallinkfedilinkarrow-up9·1 year agoSimilarly, every once in a while I’ll throw warning messages (which I can’t ship) to encourage me to go back and finish that TODO instead of letting it linger.
minus-squareMajorHavoc@lemmy.worldlinkfedilinkarrow-up5·edit-21 year agoExactly. And there’s plenty of places where setting up a live debug stream is a massive PITA, and finding the log files is only a huge PITA. Edit: But I’ve been promised AI will do both soon, so I’ll stop stressing over it. /s
because, sometimes, having your program vomit all over your console is the best way to remain focused on the problem.
This is the reason for me. Sometimes I don’t want to step through the code and just want to scan through a giant list of output.
deleted by creator
Similarly, every once in a while I’ll throw warning messages (which I can’t ship) to encourage me to go back and finish that TODO instead of letting it linger.
Exactly. And there’s plenty of places where setting up a live debug stream is a massive PITA, and finding the log files is only a huge PITA.
Edit: But I’ve been promised AI will do both soon, so I’ll stop stressing over it. /s