kiddkai / atom-node-debugger

A Nodejs Debugger For Atom
MIT License
265 stars 75 forks source link

Node-debugger not working on sierra mac os #233

Open nomanmaqsood opened 7 years ago

nomanmaqsood commented 7 years ago

I added node path in my config file but not able to save config file

this error occured while saving config.json

[stdin]:7:21: error: unexpected newline "node-debugger":

this is my config.json file

"*": editor: showIndentGuide: true tabLength: 4 "exception-reporting": userId: "23c95a2f-5256-413a-a1bb-3b6dc0ca38f3" "node-debugger": nodePath: "/usr/local/bin/node" welcome: showOnStartup: false