minus-squarenogooduser@lemmy.worldtoProgrammer Humor@programming.dev•Unexplained PhenomenalinkfedilinkEnglisharrow-up0·1 day 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. linkfedilink
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.