及时调试 [英] just in time debugger

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

问题描述

我在看Debug-Options - >调试 - >及时 

I'm looking at the Debug-Options -> Debugging->Just-in-time 

并在底部显示一条通知: 

and there's a notice at the bottom that says :  

"另一个调试器已注册本身就是Just-In-Time调试器。 通过启用实时调试或运行Visual Studio修复来修复。"

"Another debugger has registered itself as the Just-In-Time debugger.  Fix by enabling Just-In-Time debugging or running Visual Studio repair."

这可能会导致C#2019在我正在编辑的时候一次冻结几分钟?

could this be causing C#2019 to freeze for minutes at a time on me whenever I'm editing on the fly?

这个Visual Studio"修复"在哪里?它说的是什么?

and where is this Visual Studio "repair" thing of which it speaks?

BadButBit

BadButBit

我的代码是完美,直到我找不到错误

my code is perfect until i don't find a bug

推荐答案

嗨朋友,

对不起延误回复。

异常通常意味着您的计算机中还有其他版本的visual studio,Managed and Native已在该Visual Studio中作为即时调试启用。您可以让他们对例外进行问题排查。

The exception often means there is other version of visual studio in your machine, Managed and Native have been enabled as Just-in-Time debugging in that visual studio. You could enable them to troubleshoot the exception.

>>这可能会导致C#2019在我编辑时每次冻结几分钟飞?

据我所知,当您在vs2019中编辑代码时,即时调试将无法正常工作。当在Visual Studio外部运行的应用程序出错或崩溃时,它用于自动启动Visual Studio。请参考此处:  https://docs.microsoft.com/en-us/visualstudio/debugger/debug-using-the-just-in-time-debugger?view=vs-2019

As my understanding, when you editing your code in vs2019, Just-in-Time debugging won't work. It is used to launch Visual Studio automatically when an app running outside Visual Studio errors or crashes. Please refer to here: https://docs.microsoft.com/en-us/visualstudio/debugger/debug-using-the-just-in-time-debugger?view=vs-2019

>>这个Visual Studio"修复"在哪里?它说的是什么?

这意味着在visual studio安装程序中修复visual studio。

It means repairing the visual studio in the visual studio installer.

希望它可以帮到你。

最好的问候,

Dylan


这篇关于及时调试的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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