我在 Windows 8 中从 Visual Studio 2012 执行程序后,Node.js 控制台立即关闭 [英] Node.js console gets closed immediately after i execute the program from Visual Studio 2012 in Windows 8

查看:49
本文介绍了我在 Windows 8 中从 Visual Studio 2012 执行程序后,Node.js 控制台立即关闭的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经在 Windows 8 PC 中安装了 Node.js,并为 Visual Studio 2012 安装了 Node.js 插件.我从 Visual Studio 2012 执行了一个基本程序,它只在控制台上打印一个字符串

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 Studio 2012 which just prints a string on console

consol.log("Hi There");

Node.js 控制台打印Hi There"并立即自行终止.谁能提供解决方法?

The Node.js console prints "Hi There" and immediately terminates itself. Can anyone provide a solution to fix it?

我遇到了类似的问题,除了在代码中使用 setTimeOut() 之外,还有其他方法可以解决它吗?(为什么Node.js脚本控制台关闭立即在 Windows 8 中?)

I have gone through a similar question, is there any other way to fix it apart from using setTimeOut() in the code? (Why does the Node.js scripts console close instantly in Windows 8?)

推荐答案

从 Visual Studio 的调试"菜单中选择选项".之后选择NodeJS Tools"并勾选进程正常退出时等待输入"复选框.

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".

这篇关于我在 Windows 8 中从 Visual Studio 2012 执行程序后,Node.js 控制台立即关闭的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆