bakso / hookdebug

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 100.0%