You're viewing a single thread.
All Comments
29 comments
Stage 4.5: console.log() everything.
29 0 ReplyAnd then the logging fixes the subtle timing issue causing the problem.
16 0 ReplyRace conditions are the worst
8 0 ReplyGood ol’ Heisenbugs.
1 0 Reply
Especially if logging ends up spreading a global mutex around the log file.
1 0 Reply
We have logging software built in, but I can never remember how to turn it on, so I just console.log
9 0 ReplyStep 4.6: Get another drive for the logs.
6 0 Reply
29 comments
Scroll to top