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

前端 未结 7 1016
臣服心动
臣服心动 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:25

    1. Open the Visual Studio Options property pages from the menu bar with Tools -> Options.
    2. In the menu tree on the left-hand side, select Node.js Tools -> General
    3. Tick the box labelled "Wait for input when process exits normally"

提交回复
热议问题