osx - Visual Studio Code Debug Nodejs Launch vs Attach -


on windows 8 can debug nodejs app using launch.json without issue. however, on osx forced attach process instead. if try launch debugging session on osx error message:

"cannot launch 'node' in debug mode."

what doing wrong?

in versions of vscode we've seen timing issue on os x result in error message. please upgrade latest vscode (0.5.0) , try again.


Comments

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -