Hacker News new | ask | show | jobs
by kaba0 588 days ago
Logging can change timing issues though. There are too many cases where an added log statement "fixed" a race condition, simply by altering the timing/adding some form of synchronization inherent in the logging library.
1 comments

That’s true but boy howdy does pausing the program at a breakpoint change timing!