kiddkai / atom-node-debugger

A Nodejs Debugger For Atom
MIT License
265 stars 75 forks source link

unable to set breakpoint and start debugger #252

Open sksarojkumar opened 6 years ago

sksarojkumar commented 6 years ago

Today 11/01/2018 I install the node-debugger but it not working, it said use --inspect-brk instead of --debug-brk, After changing it manually following thing happen: when start it said: Starting inspector on 127.0.0.1:5858 failed: address already in use I changed the port number but in all port same message flash. and nothing happens when trying to set a breakpoint.

zxf969175364 commented 6 years ago

I think this is because the plug-in implementation of ctl + F5 after the default start command for node --debug However, the version after the implementation of the command from node 8 to node --inspect Therefore, the plug-in error should be changed very simple only need to change Plugins built-in start-up command or start-up command to be able to set the parameters that would be great

sksarojkumar commented 6 years ago

can you please elaborate this where can I find and change Plugins.