atom-node-debugger
atom-node-debugger copied to clipboard
A Nodejs Debugger For Atom
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...
  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  When Ii start the debugger it works fine as below screen  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...