Skip to content

Node Debugger Should Make IP Address Configurable #3306

Closed
@yunong

Description

@yunong

Hi,

Today the Node debugger forces all debug processes to run on the loop back IP of 127.0.0.1.

See:

host = '127.0.0.1',

But there cases where you might want to expose a remote debugger port that's not just on the loopback interface. For example, on 0.0.0.0 instead. Otherwise, as it is implemented today, remote debugging is not possible -- since the use of the loopback forces all client connections to the node process to be local.

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature requestIssues that request new features to be added to Node.js.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions