atom-node-debugger
atom-node-debugger copied to clipboard
A Nodejs Debugger For Atom
**node version = v9.8.0 uname -r = 4.15.7-1-ARCH** **Atom Version = 1.24** **Error Log :** Cannot find module '_debugger' Hide Stack Trace Error: Cannot find module '_debugger' at Module._resolveFilename (module.js:485:15)...
I currently get "Cannot find module '_debugger'" on each start of Atom.io. Error report: ``` **Atom**: 1.28.0-beta1 x64 **Electron**: 2.0.1 **OS**: Mac OS X 10.13.4 **Thrown From**: [node-debugger](https://github.com/kiddkai/atom-node-debugger) package 1.10.1...
1. Start Atom 2. Pops up at startup: ~~~~ Error: Cannot find module '_debugger' at Module._resolveFilename (module.js:543:15) at Module._resolveFilename (/Applications/Development/Atom.app/Contents/Resources/electron.asar/common/reset-search-paths.js:35:12) at Function.get_Module._resolveFilename (/Applications/Development/Atom.app/Contents/Resources/app/src/module-cache.js:354:58) at Module.require (file:///Applications/Development/Atom.app/Contents/Resources/app.asar/static/index.js:40:43) at require (/Applications/Development/Atom.app/Contents/Resources/app/src/native-compile-cache.js:66:33) at...
Bumps [tree-kill](https://github.com/pkrumins/node-tree-kill) from 0.1.1 to 1.2.2. Release notes Sourced from tree-kill's releases. v1.2.1 Changelog: add missing LICENSE file fix TypeScript definitions v1.1.0 New Features: Added a command line interface tree-kill...
I have unknown sources on my device that are stealing pictures emails survay money and cards phones from my mail thank you Patricia Collier [email protected]
--debug is depriciated.
[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.32.0 x64 **Electron**: 2.0.9 **OS**: Mac OS X 10.13.6 **Thrown From**: [node-debugger](https://github.com/kiddkai/atom-node-debugger) package 1.10.1 ### Stack Trace Failed to activate the...
still i'm facing that _debugger \ error in your package try to fix it ASAP
I'm having issues getting the debugger to run. Breakpoints are working, but trying to do `Start Resume` or `Start Active File` doesn't seem to run the file. Steps to reproduce...