atom-node-debugger
atom-node-debugger copied to clipboard
A Nodejs Debugger For Atom
(node:2624) DeprecationWarning: node --debug is deprecated. Please use node --inspect instead.
It looks like the debugger needs to use --inspect instead of --debug. I'm getting the following error. Connection attempt 1 to node process on 127.0.0.1:5858 failed. Will try again in...
When starting the debugger with F5, the following error is given: `(node:1928) [DEP0062] DeprecationWarning: 'node --debug' and 'node --debug-brk' are invalid. Please use 'node --inspect' or 'node --inspect-brk' instead.` I...
(node:3008) [DEP0062] DeprecationWarning: `node --debug` and `node --debug-brk` are invalid. Please use `node --inspect` or `node --inspect-brk` instead.
(node:7972) [DEP0062] DeprecationWarning: `node --debug` and `node --debug-brk` are invalid. Please use `node --inspect` or `node --inspect-brk` instead. I just want to use any debug on atom for node.js when...
The package does not honor the `debugHost` setting (set via UI and checked the `config.cson` file). The console says... ``` Connection attempt 1 to node process on 127.0.0.1:5858 failed. Will...
I'm trying to debug a Node.js running on RPI. The following video shows how do to it with webstorm https://vimeo.com/175284169 but when I do the same procedure with Atom, when...
I'm trying to use Atom Editor to remote debug a vagrant machine. I found https://atom.io/packages/node-debugger and was able to run it but I cannot find how to do 'source path...
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...