ndb-inspect
v0.0.1
Published
--inspect flag alternative to debug with ndb
Downloads
9
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-inspect
What can I do?
You can:
- replace any usage of
--inspect
with-r ndb-inspect
, - replace any usage of
--inspect-brk
with-r ndb-inspect/brk
, - run any node script from your terminal with
-r ndb-inspect
flag to debug it usingndb
.
Contributing
Check out contributing guide to get an overview of ndb development.