How do I debug a Node.js server application?
Right now I\'m mostly using alert debugging with print statements like this:
sys.puts(sys.inspe
Use this commands
DEBUG_LEVEL=all node file.js DEBUG=* node file.js node file.js --inspect