atom-node-debugger
atom-node-debugger copied to clipboard
A Nodejs Debugger For Atom
Shouldn't the keymap selector for `node-debugger:toggle-breakpoint` and the likes be: `atom-workspace atom-text-editor:not([mini])[data-grammar^="source js"]` in stead of: `atom-workspace`?
Have an array with thousands of values, and the debugger will take a long time freezing. Debuggers like Eclipse divide this in groups of 100 for that purpose: ``` v...
Hi, I just discovered this package and although nodeJs debuggers are at the beginning, I think this one is pretty cool. Anyway I usually run the same file (server.js) over...
I have setup the config file and I am sure the node path is correct (see attached renamed with ".txt" extension.) when I press F9 it seems to set a...
I'm attempting to work on a project in Atom for the first time (was using Visual Studio Code up until this point). I've installed Atom and node-debugger and hit F5....
My `node` binary is installed in my `PATH` (`/usr/bin/node`), yet the plugin throw an error saying it couldn't find it. Search for `node` in the `PATH` before actually throwing errors.
hi, your changelog for this atom package has not been updated with complete info since your v.0.2.2, and you're now on v.1.4.3. could you please update this changelog with all...
most packages are at max 30ms. Is something going on that is not being handled efficiently?
1. It would be great to have ability to debug without launching the script. Because I have a big project with many services. Service starts up with a scheduling script...
Hi. I am a new node.js developer and having problems debugging my express app. My configuration is below and when I press "F5" I get "Debugger listening on port 3000"...