cm0002@suppo.fi to Programmer Humor@programming.dev · 11 hours agoThe truth will set you free 🥲suppo.fiimagemessage-square6linkfedilinkarrow-up1198arrow-down14
arrow-up1194arrow-down1imageThe truth will set you free 🥲suppo.ficm0002@suppo.fi to Programmer Humor@programming.dev · 11 hours agomessage-square6linkfedilink
minus-squareaffenlehrer@feddit.orglinkfedilinkarrow-up2·3 hours agoI’ve done it a lot to add import pdb; pdb.set_trace()
minus-squarelengau@midwest.sociallinkfedilinkarrow-up3·2 hours agoThese days though you can just breakpoint()
I’ve done it a lot to add
import pdb; pdb.set_trace()
These days though you can just
breakpoint()