Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 217 Bytes

Debugging.md

File metadata and controls

8 lines (6 loc) · 217 Bytes

Debugging

It is possible to debug the CLI using the Chrome developer tools.

  1. Run command via node --inspect-brk ./bin/hs.js
  2. Open about:inspect in Chrome
  3. Click "Open dedicated DevTools for Node"