诊断 Visual Studio 2015 反复崩溃/重启

问题描述:

我正在使用 VS 2015 并且我有一个项目习惯性地崩溃/重新启动大约每 10 分钟.我的所有项目都不会发生这种情况,它似乎只是一个有问题的项目.分析崩溃原因的最佳方法是什么?

I am using VS 2015 and I have one project that habitually crashes/restarts about ever 10 minutes. It doesn't happen with all my projects, it just seems to be one offending project. What is the best way to analyze what is causing the crash?

我有很多 MSVS 编译器......但 MSVS 2015 不是其中之一.

I have a many MSVS compilers around ... but MSVS 2015 isn't one of them.

然而:

我认为以下一项或两项可能会有所帮助:

I think one or both of the following might help:

  1. 启动 MSVS,打开您的项目,然后进入工具 >选项 >

  1. Start MSVS, Open your project, and go into Tools > Options >

  • 环境 >自动恢复:关闭(用于故障排除)
  • 项目和解决方案:禁用任何看起来可疑"的内容

尝试使用 /log 参数启动 MSVS.

Try starting MSVS with the /log parameter.

在此处查看更多详细信息:调试 Visual Studio 崩溃

Look here for more details: Debugging a Visual Studio Crash