cm0002@sh.itjust.works to Programmer Humor@programming.dev · 23 hours agoMadness or brilliancefeddit.orgimagemessage-square33fedilinkarrow-up1443arrow-down14
arrow-up1439arrow-down1imageMadness or brilliancefeddit.orgcm0002@sh.itjust.works to Programmer Humor@programming.dev · 23 hours agomessage-square33fedilink
minus-squarenull_dot@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up24·22 hours agoconsole for quick and dirty understanding but inspector for more complex fixes.
minus-squareOmgpwnies@lemmy.worldlinkfedilinkEnglisharrow-up2·5 hours agoand the one that keeps getting slept on for some reason, watch breakpoints - stop when foo is changed. Great for figuring out what is screwing with your data when foo mysteriously changes
minus-squaremarlowe221@lemmy.worldlinkfedilinkEnglisharrow-up10arrow-down1·22 hours agoThis right here. Time and place for both.
console for quick and dirty understanding but inspector for more complex fixes.
and the one that keeps getting slept on for some reason, watch breakpoints - stop when
foo
is changed. Great for figuring out what is screwing with your data whenfoo
mysteriously changesThis right here. Time and place for both.