cm0002@piefed.world to Programming@programming.devEnglish · 11 months agoDebugging Vs Printinghackaday.comexternal-linkmessage-square8linkfedilinkarrow-up141arrow-down111
arrow-up130arrow-down1external-linkDebugging Vs Printinghackaday.comcm0002@piefed.world to Programming@programming.devEnglish · 11 months agomessage-square8linkfedilink
minus-squareLembot_0004deleted by creatorlinkfedilinkarrow-up17·edit-210 months agodeleted by creator
minus-squareValmond@lemmy.worldlinkfedilinkarrow-up4·11 months agoYeah, multi threadin/multi processing is a bitch to debug sometimes and prints/logs can really help.
minus-squarewildbus8979@sh.itjust.workslinkfedilinkarrow-up1·11 months agoWrap the launching of that process with the debugger, problem solved.
minus-squarewildbus8979@sh.itjust.workslinkfedilinkarrow-up1·11 months agoIf it has an unstable pid, then you aren’t debugging the kernel.
deleted by creator
Yeah, multi threadin/multi processing is a bitch to debug sometimes and prints/logs can really help.
Wrap the launching of that process with the debugger, problem solved.
deleted by creator
If it has an unstable pid, then you aren’t debugging the kernel.