Skip to content

node --inspect in private network - debugger never opens #11910

@gilly3

Description

@gilly3
  • Version: v6.10.0
  • Platform: Linux myhostname 3.13.0-86-generic lib: reintroduce v8 module #131-Ubuntu SMP Thu May 12 23:33:13 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

When I attempt to debug my script via --inspect, the dev tools never open.

$ node --debug-brk --inpect myscript.js

If I paste the URL from the console into Chrome (v55.0, running on Windows Server 2012 R2), nothing ever loads. If I go into the dev tools and view the remote devices, I can see my script right there:

image

Clicking the "inpect" button opens a window that remains blank (white), the dev tools never load.

image

I'm running in a private network without internet access. Is access to the web required to use the debugger?

As it is, I'm stuck using only the command line debugger, which is quite difficult.

Metadata

Metadata

Assignees

No one assigned

    Labels

    inspectorIssues and PRs related to the V8 inspector protocolquestionIssues that look for answers.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions