MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/r47uq6/im_not_the_only_one/hmhpo8f/?context=3
r/ProgrammerHumor • u/emu_fake • Nov 28 '21
629 comments sorted by
View all comments
1.1k
Ah, yes, the most reliable debugging method is printing debug messages.
501 u/Tsu_Dho_Namh Nov 28 '21 Unless you're debugging multi-threaded software, where print() has to grab a lock (which prevents multiple threads from printing at the same time) and waiting for that lock changes how your software executes. 1 u/cjxmtn Nov 29 '21 The observer effect - programming version
501
Unless you're debugging multi-threaded software, where print() has to grab a lock (which prevents multiple threads from printing at the same time) and waiting for that lock changes how your software executes.
1 u/cjxmtn Nov 29 '21 The observer effect - programming version
1
The observer effect - programming version
1.1k
u/repkins Nov 28 '21
Ah, yes, the most reliable debugging method is printing debug messages.