Node.js console gets closed immediately after i execute the program from Visual Studio 2012 in Windows 8

前端 未结 7 1017
臣服心动
臣服心动 2021-01-01 23:20

I have installed Node.js in Windows 8 PC and installed the Node.js plugin for Visual Studio 2012. I executed a basic program from Visual St

7条回答
  •  醉话见心
    2021-01-02 00:22

    From the Debug menu in Visual Studio choose "Options". After this choose "NodeJS Tools" and tick the checkbox "Wait for input when process exits normally".

提交回复
热议问题