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.
launch this snippet
test.js:with
node --debug-brk test.jsand attach a debugger, e.g. node-inspector or VSCode.The first step command works fine, the second step crashes node on all platforms.