atom-node-debugger icon indicating copy to clipboard operation
atom-node-debugger copied to clipboard

A Nodejs Debugger For Atom

Results 81 atom-node-debugger issues
Sort by recently updated
recently updated
newest added

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`?

enhancement

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...

enhancement

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...

enhancement

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...

enhancement

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....

question

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.

enhancement

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...

enhancement

most packages are at max 30ms. Is something going on that is not being handled efficiently?

enhancement

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...

enhancement

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"...