atom-node-debugger
atom-node-debugger copied to clipboard
A Nodejs Debugger For Atom
In `node-debugger/styles/node-debugger.less`: Starting from Atom v1.13.0, the contents of `atom-text-editor` elements are no longer encapsulated within a shadow DOM boundary. This means you should stop using `:host` and `::shadow` pseudo-selectors,...
It's not uncommon for a Node.js application to list a file under `./lib` as the main file for the project, but the working directory should almost universally be the project...
node-debugger/styles/node-debugger.less Starting from Atom v1.13.0, the contents of atom-text-editor elements are no longer encapsulated within a shadow DOM boundary. This means you should stop using :host and ::shadow pseudo-selectors, and...
In `node-debugger\styles\node-debugger.less`: Starting from Atom v1.13.0, the contents of `atom-text-editor` elements are no longer encapsulated within a shadow DOM boundary. This means you should stop using `:host` and `::shadow` pseudo-selectors,...
It would be useful to connect to an already running node-process.
I have been trying to uninstall atom-node-debugger, but it keeps saying operation not permitted. Any ideas on how to solve this would be greatly appreciated.
Have a look at this bug report to node, they seem to think the problem is in your code.
I have a file named "some/dir/Server.js", when I place a breakpoint on some line it will break there like it should but the file shown is "some/dir/server.js" which doesnt have...
Sometimes when I edit a file I want to restart the application I just ran (I may have run "the current file" but now am editing a different file that...