Skip to content

deps: update node-inspect to v1.11.2

This updates the bundled node-inspect to 1.11.2, including https://github.com/nodejs/node-inspect/pull/43 which was previously cherry-picked in https://github.com/nodejs/node/pull/11441.

Highlights

  • Support for debugging a pid (node inspect -p <pid>)
  • Fixes to support latest master changes
  • Memory & CPU profiling added to help text

Compare: https://github.com/nodejs/node-inspect/compare/v1.10.6...v1.11.2

Rendered Changelog

1.11.2

  • 42e0cd1 fix: look for generic hint text

1.11.1

  • Prefer --inspect-brk over --debug-brk - @ofrobots #43
    • 2c1ed27 fix: use --inspect-brk with Node 8+

1.11.0

Checklist
  • make -j4 test and make test-node-inspect pass
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

deps

Merge request reports

Loading