You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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')
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"/repo/bhishma/adminapp.js"scriptMain: "
core:
disabledPackages: [
"goto"
"symbols-view"
]
editor:
fontSize: 12
invisibles: {}
"node-debugger":
debugPort: 5858
nodePath: "/home/anupam/repo/bhishma/example.js"
welcome:
showOnStartup: false
The text was updated successfully, but these errors were encountered: