Debugging


Add "debugger;" to the code. That will set a breakpoint if running under the debugger. node debug code.js debug> help

debug> quit