This commit is contained in:
Sindre Sorhus
2018-07-28 21:12:33 +07:00
committed by GitHub
parent f69908ef3f
commit d3ce6bbb46

View File

@@ -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.