Uh oh!
There was an error while loading. Please reload this page.
inspector: enable --inspect-brk in v6 - #12615
Conversation
979d02a to
4e8ae63Comparerefack
commented
Apr 24, 2017
refack
commented
Apr 24, 2017
@MylesBorins why |
refack
commented
Apr 24, 2017
CI fails because of #12540 |
Why not? It's a new API. We haven't clearly defined whether our semver API is the public interface or the API docs. In any case, is there a reason not to err on the side of caution and make it a Also why not document it? |
Either/or, right?
Since it's a workaround for proper version detection, and it'll bring up the great big |
aaf4e13 to
31f572cCompareMylesBorins
commented
Sep 19, 2017
Needs a rebase. Committee agreed it can go in |
sam-github
commented
Sep 20, 2017
It rebased clean onto v6.x-staging. Landed in d9d34be @MylesBorins I assume we wanted it landed, tell me if not. |
MylesBorins
commented
Sep 20, 2017
backed this out. Not planning to land the minors until next month when we are prepping the minor release |
sam-github
commented
Sep 20, 2017
OK, though I fear it will just have to be rebased again. c'est la vie. |
89a04d4 to
de1b9f6Comparerefack
commented
Sep 20, 2017
Rebases cleanly indeed. |
b811464 to
2c8fe97ComparePR-URL: #12615 Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins
commented
Oct 5, 2017
Landed in 5db4c6a |
refack
commented
Oct 5, 2017
@MylesBorins is there an RC or nightly for the v6.x branch? I'd like to test this with some IDEs |
PR-URL: #12615 Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Notable Changes: * assert: - assert.fail() can now take one or two arguments (Rich Trott) #12293 * crypto: - add sign/verify support for RSASSA-PSS (Tobias Nießen) #11705 * deps: - upgrade openssl sources to 1.0.2m (Shigeki Ohtsu) #16691 - upgrade libuv to 1.15.0 (cjihrig) #15745 - upgrade libuv to 1.14.1 (cjihrig) #14866 - upgrade libuv to 1.13.1 (cjihrig) #14117 - upgrade libuv to 1.12.0 (cjihrig) #13306 * fs: - Add support for fs.write/fs.writeSync(fd, buffer, cb) and fs.write/fs.writeSync(fd, buffer, offset, cb) as documented (Andreas Lind) #7856 * inspector: - enable --inspect-brk (Refael Ackermann) #12615 * process: - add --redirect-warnings command line argument (James M Snell) #10116 * src: - allow CLI args in env with NODE_OPTIONS (Sam Roberts) #12028) - --abort-on-uncaught-exception in NODE_OPTIONS (Sam Roberts) #13932 - allow --tls-cipher-list in NODE_OPTIONS (Sam Roberts) #13172 - use SafeGetenv() for NODE_REDIRECT_WARNINGS (Sam Roberts) #12677 * test: - remove common.fail() (Rich Trott) #12293 PR-URL: #16263
Notable Changes: * assert: - assert.fail() can now take one or two arguments (Rich Trott) #12293 * crypto: - add sign/verify support for RSASSA-PSS (Tobias Nießen) #11705 * deps: - upgrade openssl sources to 1.0.2m (Shigeki Ohtsu) #16691 - upgrade libuv to 1.15.0 (cjihrig) #15745 - upgrade libuv to 1.14.1 (cjihrig) #14866 - upgrade libuv to 1.13.1 (cjihrig) #14117 - upgrade libuv to 1.12.0 (cjihrig) #13306 * fs: - Add support for fs.write/fs.writeSync(fd, buffer, cb) and fs.write/fs.writeSync(fd, buffer, offset, cb) as documented (Andreas Lind) #7856 * inspector: - enable --inspect-brk (Refael Ackermann) #12615 * process: - add --redirect-warnings command line argument (James M Snell) #10116 * src: - allow CLI args in env with NODE_OPTIONS (Sam Roberts) #12028) - --abort-on-uncaught-exception in NODE_OPTIONS (Sam Roberts) #13932 - allow --tls-cipher-list in NODE_OPTIONS (Sam Roberts) #13172 - use SafeGetenv() for NODE_REDIRECT_WARNINGS (Sam Roberts) #12677 * test: - remove common.fail() (Rich Trott) #12293 PR-URL: #16263
--inspect-brkdoesn't exist in v6, leaving no consistentway to start node with inspector activated and breaking on first line.
Add
--inspect-brk[=port]as an undocumented option to v6.xFixes: #12364
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesAffected core subsystem(s)
inspector, debugger