Skip to content

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

@gilly3

Description

@gilly3

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