Debugging
Add "debugger;" to the code. That will set a breakpoint if running under the debugger. node debug code.js debug> help
debug> quit
- Node inspector
- Eclipse plugin
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
Add "debugger;" to the code. That will set a breakpoint if running under the debugger. node debug code.js debug> help
debug> quit