nodejs Eclipse debugger: how to specify arguments?

佐手、 提交于 2019-11-29 16:32:30

I found the solution to be the modification of my nodejs app debug configuration. In Eclipse choose from the menu Run>Debug Configurations then choose the application script under the Node Application block, you should see:

Now select the Arguments tab:

Insert the value of the argument and press Apply.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!