- Version: 6.3.1
- Platform: OS X 10.11.5
- Subsystem:
- Start app with
node --inspect;
setInterval(() => {
const b = Math.random();
console.log(b);
}, 1000);
- open dev tools by url from terminal;
- try execute anything in console.

I have suggest for input, but I can't execute code.
node --inspect;I have suggest for input, but I can't execute code.