From d3ce6bbb464422285140aaf1fda7107d44e046fb Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sat, 28 Jul 2018 21:12:33 +0700 Subject: [PATCH] Add ndb --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index b79c9c1..625cbd9 100644 --- a/readme.md +++ b/readme.md @@ -210,6 +210,7 @@ ### Debugging / Profiling +- [ndb](https://github.com/GoogleChromeLabs/ndb) - Improved debugging experience, enabled by Chrome DevTools. - [ironNode](https://github.com/s-a/iron-node) - Node.js debugger supporting ES2015 out of the box. - [node-inspector](https://github.com/node-inspector/node-inspector) - Debugger based on Blink Developer Tools. - [debug](https://github.com/visionmedia/debug) - Tiny debugging utility.