Is it posible to make logging to the console synchronous? I often run into situations where the code execution is faster than dumping the structures. That resolves in outputting already changed objects.
I sure can walk through the code with debugger, make unit tests etc., it's just often convenient to simply console.log
stuff just to make a general idea of what is going on.