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

error: Cannot find module 'ramda' at Module._resolveFilename (module.js:470:15) at Module._resolveFilename (C:\Users\Timmis\AppData\Local\atom\app-1.23.1\resources\electron.asar\common\reset-search-paths.js:35:12) at Function.get_Module._resolveFilename (C:\Users\Timmis\AppData\Local\atom\app-1.23.1\resources\app\src\module-cache.js:354:58) at Module.require (file:///C:/Users/Timmis/AppData/Local/atom/app-1.23.1/resources/app.asar/static/index.js:40:43) at require (C:\Users\Timmis\AppData\Local\atom\app-1.23.1\resources\app\src\native-compile-cache.js:66:33) at Object. (file:///C:/Users/Timmis/.atom/packages/node-debugger/lib/debugger.coffee:1:5) at Object. (file:///C:/Users/Timmis/.atom/packages/node-debugger/lib/debugger.coffee:1:1) at Object. (file:///C:/Users/Timmis/.atom/packages/node-debugger/lib/debugger.coffee:1:1) at...

![image](https://user-images.githubusercontent.com/199018/33667832-ed6b9816-da6b-11e7-86a0-1881de47d2cb.png) ![image](https://user-images.githubusercontent.com/199018/33667843-fa012de8-da6b-11e7-981e-dd4ce5cf2d82.png) is there a way to find out more information about why a connection failed?

Hi, Im trying to the debug my node app that runs with nextjs. I followed all the installation requirements and it seems to be listening but it never stops on...

In order to fix #242 #234 , I propose this commit. Also today, current and LTS versions of node are above 8 and need this to be fixed. Regards

Hi, as I can see, you carefully fill tags and labels for issues in your repo. For such cases I create a [github_changelog_generator](https://github.com/skywinder/github-changelog-generator), that generate change log file based on...

Thanks for the good work hereI may be missing something but it seems the panels closes each time I stop the debugger. In most IDEs the debugging panel stays open...

I have installed the package in nuclide, but there are setting problem. can you help me or tutorial for node debugger for mac. on Mac: Failed to start debugger. Exit...

I am trying to use the atom-node-debugger on es6 code. Please have a look under settings ![babel1](https://cloud.githubusercontent.com/assets/11910246/23707430/568d10fa-0438-11e7-8e38-02ae8da6af31.png) When Ii start the debugger it works fine as below screen ![babel2](https://cloud.githubusercontent.com/assets/11910246/23707463/7cb90194-0438-11e7-9bad-cffa76965726.png) The...

I have started my program in debugger mode(F5) and tried to see the content of a variable by tring to type in the variable name in stdout/stderr section but unable...

Just as any other IDE using debugging, it would be nice to be able to toggle breakpoint by simply double clicking on a line number in the default gutter. It...