Hacker News new | ask | show | jobs
by mbq 5094 days ago
There are Node.js debuggers? Oh, seems so: http://github.com/dannycoates/node-inspector
1 comments

Node has a built-in debugger. Just run `node debug blah.js`. There are some issues with it though. The commands are different from any other debugger, and it has problems handling signals: https://github.com/joyent/node/issues/3167