A simple Node.js/io.js debugger for daily use.
Finished Functionals
'node-debugger:debug-current-file'
'node-debugger:stop'
'node-debugger:add-breakpoint'Todo Functionals
CoffeeScript support
Remove Breakpoint
Error HandlingAdd a breakpoint
ctrl + shift + p -> breakpoint add
Please click here to provide me more suggestions to improve this debugger, thanks :D
In Node.js>=0.12 and io.js. The process doesn't stop when your process finished.
So it will have no response from debugger server and will not keep going debugging.
When you face that issue, just use the x button to stop the process by yourself.
Issue report is here: nodejs/node#1788