Skip to content

node --inspect: dev tools console not working #7891

Closed
@ghost

Description

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

screen shot 2016-07-27 at 11 57 04

I have suggest for input, but I can't execute code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    inspectorIssues and PRs related to the V8 inspector protocol

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions