NodeLiveLessons icon indicating copy to clipboard operation
NodeLiveLessons copied to clipboard

atom 1.20.0 x64 for MAC node V8.5.0 problem with atom debugger?

Open joel125 opened this issue 8 years ago • 1 comments

Your learning Node.js 2/e Live lessons are great. I am working with Node V8.5.0 and Atom 1.20 and node-debugger 1.10.1 I also noted that node.js changed the debugger port to --inspect 9229 from debug on 5858 The atom interface seems to work but when I start the server code as written from your live lesson listening on localhost:8080 the curl command comes back with connection refused (I assume this means there is no listener on 8080). I realize you are not an Atom developer so this post is just limited to asking you if you aware of an issue with atom with the node.js debugger package at the versions listed above

Running node with debug (without atom) directly and using curl works!

joel125 avatar Sep 16 '17 13:09 joel125

hhm … yah, sorry, i'm a bit at a loss on this one. I'm more of a Visual Studio Code user these days. Find it to be a pretty good product.

marcwan avatar Sep 27 '17 13:09 marcwan