我正在使用 Windows Server 2008 x64 R2 机器作为开发盒。除了许多其他的东西,我还安装了 Visual Studio 2008 SP1。当我在一个项目上工作时,我有时需要使用 Debug > Start without Debugging (Ctrl + F5)。如果程序抛出异常,我会出现一个新的 R2 样式窗口。我很确定我没有在我的 XP 盒子上看到这个 - 这是我第一次直接在服务器上开发。有什么办法可以避免这种情况 - 它真的开始困扰我了吗?
例如,我当前的项目正在访问 WCF 服务 - 我正在使用 Ctrl+F5 来启动控制台程序客户端。我运行它并得到窗口。标题是我刚刚开始的项目的名称,它包含:
[insert-project-name-here] has stopped working
Windows can check online for a solution to the problem.
--> Check online for a solution and close the program
--> Close the program
--> Debug the program
V View problem details.
单击“关闭程序”实际上会关闭窗口,并且控制台中会出现异常消息,这是我想要的(但没有额外的窗口处理)。
我怎样才能避免这种烦恼?