BlueKey@fedia.io to Programmer Humor@lemmy.ml · 4 months agoMy debugging experience today: Quantum Debuggingfedia.ioimagemessage-square3fedilinkarrow-up12arrow-down10
arrow-up12arrow-down1imageMy debugging experience today: Quantum Debuggingfedia.ioBlueKey@fedia.io to Programmer Humor@lemmy.ml · 4 months agomessage-square3fedilink
minus-squareQuacksalber@sh.itjust.workslinkfedilinkarrow-up1·4 months agoAren’t those almost always race condition bugs? The debugger slows execution, so the bug won’t appear when debugging.
minus-squareBlueKey@fedia.ioOPlinkfedilinkarrow-up1·4 months agoTurned out that the bug ocurred randomly. The first tries I just had the “luck” that it only happened when the breakpoints were on. Fixed it by now btw.
minus-squareSkullgrid@lemmy.worldlinkfedilinkarrow-up1·4 months ago bug ocurred randomly. Fixed it by now btw. someone’s not sharing the actual root cause.
Aren’t those almost always race condition bugs? The debugger slows execution, so the bug won’t appear when debugging.
Turned out that the bug ocurred randomly. The first tries I just had the “luck” that it only happened when the breakpoints were on.
Fixed it by now btw.
someone’s not sharing the actual root cause.