«   Previous tip Next tip   »

Chrome DevTools: Using NDB for an improved Node.js debugging experience

Last updated: 19th July 2020
Using NDB for an improved Node.js debugging experience

Use ndb for an improve Node.js debugging experience. You can install ndb globally with:

npm install -g ndb

And then run:

ndb .

In your project folder. Read more on the ndb project page to understand the benefits of using this over native Node.js debugging. Two useful enhancements worth mentioning are:

«   Previous tip Next tip   »

Sign up to receive a developer tip, in the form of a gif, in your inbox each week