崩溃显示Visual Studio选项。但没有显示不发送消息

时间:2021-11-12 17:15:13

When I get any crash in my pc, I used to get don't send dialog box. But recently it is always showing some dialogbox, and it is asking to debug in visual studio. I dont want this dialog option. How can I remove this option.

当我的电脑出现任何故障时,我常常不发送对话框。但最近它总是显示一些对话框,它要求在visual studio中进行调试。我不想要这个对话框选项。如何删除此选项。

Could any one knows information about this. Thanks & regards, Haranadh

任何人都可以知道这方面的信息。谢谢和问候,Haranadh

1 个解决方案

#1


You're running into the "Just In Time Debugging" feature of Visual Studio. You can disable this by deleting the following reg keys

您正在进入Visual Studio的“及时调试”功能。您可以通过删除以下注册表项来禁用它

To disable this feature follow the instructions at this link: http://msdn.microsoft.com/en-us/library/k8kf6y2a(VS.80).aspx

要禁用此功能,请按照此链接中的说明操作:http://msdn.microsoft.com/en-us/library/k8kf6y2a(VS.80).aspx

Namely go Tools -> Options -> Debugging -> Just In Time. Uncheck both check boxes

即去工具 - >选项 - >调试 - >及时。取消选中这两个复选框

Feature link: Just In Time Debugging

功能链接:及时调试

#1


You're running into the "Just In Time Debugging" feature of Visual Studio. You can disable this by deleting the following reg keys

您正在进入Visual Studio的“及时调试”功能。您可以通过删除以下注册表项来禁用它

To disable this feature follow the instructions at this link: http://msdn.microsoft.com/en-us/library/k8kf6y2a(VS.80).aspx

要禁用此功能,请按照此链接中的说明操作:http://msdn.microsoft.com/en-us/library/k8kf6y2a(VS.80).aspx

Namely go Tools -> Options -> Debugging -> Just In Time. Uncheck both check boxes

即去工具 - >选项 - >调试 - >及时。取消选中这两个复选框

Feature link: Just In Time Debugging

功能链接:及时调试