如何在VS2017中启用JIT调试 [英] How to Enable JIT Debugging in VS2017

查看:779
本文介绍了如何在VS2017中启用JIT调试的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您的说明是为了启用JIT调试goto工具>选项>调试,我做了,但没有找到JIT的引用......我需要打开JIT以防止VS2017崩溃。


感谢您的帮助......


Jim

解决方案

嗨吉姆,


欢迎来到MSDN论坛。


>>但未找到对JIT的引用...我需要打开JIT以防止VS2017崩溃。


你的意思是没有对JIT的引用?


Just-当在Visual Studio 之外运行
应用程序中发生异常或崩溃时,In-Time调试会自动启动Visual Studio。这使您可以在Visual Studio未运行时
测试您的应用程序,并在出现问题时开始使用Visual Studio进行调试。


Just-In - 时间调试适用于Windows桌面应用程序。它不适用于通用Windows应用程序,并且不适用于本机应用程序中托管的托管代码,例如展示台。


参考:
https://docs.microsoft.com/en-us/visualstudio/debugger/debug-using-the-just-in-time-debugger


祝你好运,


Joyce


Your instructions say to enable JIT debugging goto tools > options > debugging, which I did, but found no reference to JIT... I need to turn on JIT to keep VS2017 from crashing.

Thanks for any help...

Jim

解决方案

Hi Jim,

Welcome to MSDN forum.

>>but found no reference to JIT... I need to turn on JIT to keep VS2017 from crashing.

What do you mean there is no reference to JIT?

Just-In-Time debugging launches Visual Studio automatically when an exception or crash occurs in an application that is running outside Visual Studio. This enables you to test your application when Visual Studio is not running, and begin debugging with Visual Studio when a problem occurs.

Just-In-Time debugging works for Windows desktop apps. It does not work for Universal Windows Apps, and it does not work for managed code that is hosted in a native application, such as Visualizers.

Refer: https://docs.microsoft.com/en-us/visualstudio/debugger/debug-using-the-just-in-time-debugger

Best regards,

Joyce


这篇关于如何在VS2017中启用JIT调试的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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