ndb-inspect
v0.0.1
Published
--inspect flag alternative to debug with ndb
Readme
ndb-inspect
--inspect -> -r ndb-inspect, --inspect-brk -> -r ndb-inspect/brk
Getting Started
Add ndb-inspect to list of dev depencies of your project. ndb-inspect is tiny package without dependencies.
npm install --save-dev ndb-inspectWhat can I do?
You can:
- replace any usage of
--inspectwith-r ndb-inspect, - replace any usage of
--inspect-brkwith-r ndb-inspect/brk, - run any node script from your terminal with
-r ndb-inspectflag to debug it usingndb.
Contributing
Check out contributing guide to get an overview of ndb development.
