hookdebug

0.0.4 • Public • Published

hookdebug

A simple but useful tool, which hook the npm bin from #!/usr/bin/env node to #!/usr/bin/env node --inpect --debug-brk. Then the process could be started with support of attaching to the VS Code debugger.

Tested in macOS, maybe compatible with Linux, but not Windows.


Install

$ npm i -g hookdebug

Usage

  Usage: hkd <bin> [bin options]

Examples

Debug yarn:

$ hookd yarn

Debug roadhog build:

$ hookd roadhog build

Debug npm -h

$ hookd npm -h

Readme

Keywords

none

Package Sidebar

Install

npm i hookdebug

Weekly Downloads

0

Version

0.0.4

License

MIT

Last publish

Collaborators

  • xhowhy