src: use internalBinding('config').hasInspector in JS land#25291
src: use internalBinding('config').hasInspector in JS land#25291joyeecheung wants to merge 2 commits intonodejs:masterfrom
internalBinding('config').hasInspector in JS land#25291Conversation
|
What I liked about |
lib/internal/bootstrap/cache.js
Outdated
There was a problem hiding this comment.
I think this should be !hasInspector
|
@jdalton I personally would not mind if there is an alias for |
Instead of `process.config.variables.v8_enable_inspector`
which depends on the variable name in gyp files, or detecting
`internalBinding('inspector').Connection`.
89178d2 to
b249b07
Compare
|
Rebased and fixed test: https://ci.nodejs.org/job/node-test-pull-request/19910/ |
|
SmartOS ran out of memory. Resume: https://ci.nodejs.org/job/node-test-pull-request/19912/ |
|
Landed in b22c86e |
Instead of `process.config.variables.v8_enable_inspector`
which depends on the variable name in gyp files, or detecting
`internalBinding('inspector').Connection`.
PR-URL: #25291
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
|
Opened #25343 about |
|
Should this be backported to |
Instead of `process.config.variables.v8_enable_inspector`
which depends on the variable name in gyp files, or detecting
`internalBinding('inspector').Connection`.
PR-URL: nodejs#25291
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Instead of `process.config.variables.v8_enable_inspector`
which depends on the variable name in gyp files, or detecting
`internalBinding('inspector').Connection`.
PR-URL: #25291
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Instead of `process.config.variables.v8_enable_inspector`
which depends on the variable name in gyp files, or detecting
`internalBinding('inspector').Connection`.
PR-URL: nodejs#25291
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Instead of `process.config.variables.v8_enable_inspector`
which depends on the variable name in gyp files, or detecting
`internalBinding('inspector').Connection`.
PR-URL: nodejs#25291
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Instead of
process.config.variables.v8_enable_inspectorwhich depends on the variable name in gyp files, or detecting
internalBinding('inspector').Connection.Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes