Skip to content

node --inspect: dev tools console not workingΒ #9382

@atif089

Description

@atif089

Version: 6.9.1 and 7.0
Platform: Windows 7 x64 (Chrome 54.0.2840.71 m)
Subsystem:

  • Create a file test.js with console.log("Hello World");
  • Run node --inspect --debug-brk test.js

On the console tab, I don't see any input field. When I press escape and open the smaller console tab, I have suggest for input, but I can't execute code.

The latter works when I change the URL query param from ws=localhost:9229/node to ws=127.0.0.1:9229/node

I made a small video to display the problem that I have been facing.

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