An improved debugging experience for Node, enabled by Chrome DevTools ↦
The big question with tools like these is, what can I do with it?
- Child processes are detected and attached to.
- You can place breakpoints before the modules are required.
- You can edit your files within the UI. On Ctrl-S/Cmd-S, DevTools will save the changes to disk.
- By default, ndb blackboxes all scripts outside current working directory to improve focus.
Discussion
Sign in or Join to comment or subscribe