Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

node debugger not doing anything after it starts #8734

Closed
plaanupam opened this issue Sep 23, 2016 · 0 comments
Closed

node debugger not doing anything after it starts #8734

plaanupam opened this issue Sep 23, 2016 · 0 comments

Comments

@plaanupam
Copy link

  • Version: 4.5.0
  • Platform: Linux 64bit
  • Subsystem: Ubuntu 16.04

Issue: When I start node debugger, it just starts and does not do anything. The script also doesn't executes. I may be doing something wrong, please help.
I am executing simple JS file called example.js. It has only one statement i.e console.log('hii')

My config file is as follows:

"*":
"atom-node-debugger":
nodePath: "/repo/bhishma/adminapp.js"
scriptMain: "
/repo/bhishma/adminapp.js"
core:
disabledPackages: [
"goto"
"symbols-view"
]
editor:
fontSize: 12
invisibles: {}
"node-debugger":
debugPort: 5858
nodePath: "/home/anupam/repo/bhishma/example.js"
welcome:
showOnStartup: false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant