Chris@feddit.uk to Programmer Humor@programming.devEnglish · 5 months agoUnexplained Phenomenas3.us-east-005.backblazeb2.comimagemessage-square15fedilinkarrow-up1767file-text
arrow-up1767imageUnexplained Phenomenas3.us-east-005.backblazeb2.comChris@feddit.uk to Programmer Humor@programming.devEnglish · 5 months agomessage-square15fedilinkfile-text
minus-squarenogooduser@lemmy.worldlinkfedilinkEnglisharrow-up12·5 months agoI used to work on an old DOS product and we didn’t have a debugger so we used to have a DEBUG command line argument with if (DEBUG) printf(“debugging”); to try to see what was happening and the number of times that code alone fixed the problem was scary.
I used to work on an old DOS product and we didn’t have a debugger so we used to have a DEBUG command line argument with
if (DEBUG) printf(“debugging”);
to try to see what was happening and the number of times that code alone fixed the problem was scary.