I think maybe I’ve fixed the debug / console.log synchronisation issue. It’s a bit difficult to tell. With the fix all the output appears to be all synchronised, and henceforth therefor much easier to read. It will likely take a while to get used to it. I’m going to put it behind an environment variable so you can always turn it off. It’s likely only really necessary in some circumstances. It might turn out to be in practice overly restrictive. Same as with a debugger, it can be useful but really you don’t want to spend your whole life in the debugger or else you end up debugging the debugger. Only turn it on when you need it, then turn it off again. #