launch this snippet `test.js`: ``` js var obj = {}; console.log(obj); console.log(obj); ``` with `node --debug-brk test.js` and attach a debugger, e.g. node-inspector or VSCode. The first _step_ command works fine, the second _step_ crashes node on all platforms.