-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
deps: update node-inspect to v1.11.2 #12363
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
Example for debugging a pid:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
Oh, and this PR reminded me that I was interested in writing some tests and improving autocompletion of object properties, so thank you for this incidental reminder too 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rubber-stamp LGTM if all tests pass in CI
freebsd failure:
|
@jkrems My current guess as to what happened here: So, in brief, unrelated to this change (which shouldn't be a surprise, I suppose). I'll re-run CI and I'll also see about perhaps moving all use of |
New CI is green, woot. |
@Trott Yep, AFAIK the remaining tests still using |
@Trott Thanks for looking into this! I assumed it was something along those lines but didn't have time yet to take a look myself. |
@jkrems can we pull in nodejs/node-inspect#44 too? Thanks! |
@joshgav Done! |
Landed in 0217197 |
PR-URL: #12363 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com>
Should this be backported to |
This updates the bundled
node-inspect
to 1.11.2, including nodejs/node-inspect#43 which was previously cherry-picked in #11441.Highlights
node inspect -p <pid>
)Compare: nodejs/node-inspect@v1.10.6...v1.11.2
Rendered Changelog
Checklist
make -j4 test
andmake test-node-inspect
passAffected core subsystem(s)
deps