FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

backport: debugger: make listen address configurable by Qard · Pull Request #9692 · nodejs/node · GitHub

/ node Public

backport: debugger: make listen address configurable - #9692

Closed
Qard wants to merge 1 commit into
nodejs:v4.x-stagingfrom
Qard:backport-3316-to-v4.x
Closed

backport: debugger: make listen address configurable#9692
Qard wants to merge 1 commit into
nodejs:v4.x-stagingfrom
Qard:backport-3316-to-v4.x

Conversation

Qard commented Nov 19, 2016
edited
Loading

Copy link
Copy Markdown
Member
Checklist
  • make -j8 test (UNIX), or vcbuild test nosign (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)
  • debugger
Description of change

This is a backport of:

/cc @bnoordhuis @thealphanerd @nodejs/diagnostics

`--debug=1.2.3.4:5678` and `--debug=example.com:5678` are now accepted,
likewise the `--debug-brk` and `--debug-port` switch.  The latter is
now something of a misnomer but it's undocumented and for internal use
only so it shouldn't matter too much.

`--inspect=1.2.3.4:5678` and `--inspect=example.com:5678` are also
accepted but don't use the host name yet; they still bind to the
default address.

Fixes: nodejs#3306
PR-URL: nodejs#3316
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. debugger labels Nov 19, 2016

mscdex commented Nov 19, 2016

Copy link
Copy Markdown
Contributor

Qard commented Nov 19, 2016

Copy link
Copy Markdown
Member Author

As far as I can tell, the freebsd failure is unrelated. Anyone know what that's about?

https://ci.nodejs.org/job/node-test-commit-freebsd/5319/nodes=freebsd11-x64/console

Qard commented Nov 19, 2016

Copy link
Copy Markdown
Member Author

By the way, this removes the inspector-specific stuff from #3316. As far as I can tell, the final inspector API PR (#9028) is not getting backported, so that might be fine.

bnoordhuis left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM, thanks for doing this.

MylesBorins added land-on-v4.x semver-minor PRs that contain new features and should be released in the next minor version. labels Nov 22, 2016

Copy link
Copy Markdown
Contributor

landed in 0624e51

Thanks @Qard

Qard deleted the backport-3316-to-v4.x branch August 11, 2021 06:32
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c++ Issues and PRs that require attention from people who are familiar with C++. semver-minor PRs that contain new features and should be released in the next minor version.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants


Back | FazBrowse Home | New Git URL