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

src: use PauseOnNextJavascriptStatement to implement --inspect-brk-node by joyeecheung · Pull Request #26034 · nodejs/node · GitHub

/ node Public

src: use PauseOnNextJavascriptStatement to implement --inspect-brk-node - #26034

Closed
joyeecheung wants to merge 2 commits into
nodejs:masterfrom
joyeecheung:break-on-start
Closed

src: use PauseOnNextJavascriptStatement to implement --inspect-brk-node#26034
joyeecheung wants to merge 2 commits into
nodejs:masterfrom
joyeecheung:break-on-start

Conversation

Copy link
Copy Markdown
Member

Instead of using the debugger; statement which is visible in the
JS source code and makes primordials.js environment-dependent.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Copy link
Copy Markdown
Collaborator

nodejs-github-bot added the c++ Issues and PRs that require attention from people who are familiar with C++. label Feb 10, 2019

Copy link
Copy Markdown
Member Author

Copy link
Copy Markdown
Member

@joyeecheung Looks like we need an #if HAVE_INSPECTOR here?

Instead of using the `debugger;` statement which is visible in the
JS source code and makes primordials.js environment-dependent.

Copy link
Copy Markdown
Member Author

Added #if HAVE_INSPECTOR for without-intl builds. CI: https://ci.nodejs.org/job/node-test-pull-request/20827/

Copy link
Copy Markdown
Member Author

danbev commented Feb 18, 2019

Copy link
Copy Markdown
Contributor

Landed in 45b7c98.

danbev closed this Feb 18, 2019
danbev pushed a commit that referenced this pull request Feb 18, 2019
Instead of using the `debugger;` statement which is visible in the
JS source code and makes primordials.js environment-dependent.

PR-URL: #26034
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: James M Snell <jasnell@gmail.com>
addaleax pushed a commit that referenced this pull request Feb 18, 2019
Instead of using the `debugger;` statement which is visible in the
JS source code and makes primordials.js environment-dependent.

PR-URL: #26034
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: James M Snell <jasnell@gmail.com>
BridgeAR mentioned this pull request Feb 26, 2019
rvagg pushed a commit that referenced this pull request Feb 28, 2019
Instead of using the `debugger;` statement which is visible in the
JS source code and makes primordials.js environment-dependent.

PR-URL: #26034
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: James M Snell <jasnell@gmail.com>
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++.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants


Back | FazBrowse Home | New Git URL