突然的编辑并继续完全失败,带有JIT错误 [英] Sudden Edit-And-Continue totally busted w/ JIT errors

查看:53
本文介绍了突然的编辑并继续完全失败,带有JIT错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用一个相当大的VB.NET应用程序.  我无处不在的暂停(编辑并继续)的能力.  如果我暂停了代码,并进行了任何更改,即使是x ="my string"这样的简单操作,更改为x ="MY string" .... 如果我继续,则第二次调用子功能事件,我会得到

I'm working with a rather large VB.NET application.  Out of nowhere my ability to pause (edit-and-continue) has exploaded.  If I pause the code, and make ANY change.. even something as simple as x = "my string" changing to x = "MY string" .... if I continue, the second time that sub-function-event is called I get 

 

>  JIT编译器遇到内部限制

> JIT Compiler encountered an internal limitation

 

每当我暂停代码时,我都可以继续.

Any time I pause code, I can continue.

然后我进行的任何编辑都会导致设置下一条语句"不可用,有时我的代码为红色等. 

Any edit I make then causes the 'set next statement' to be unavailable, sometimes my code is in red, etc.  

 

我已经打开了新项目,并且这个问题不存在.  

I have opened new projects, and this problem does not exist.  

我已经删除了项目的所有方面,创建了一个新项目,并添加了模块-类-表单-问题立刻出现.

I have deleted all aspects of my project, creating a new one, adding in the modules - classes - forms - and the problem instantly appears.

我尝试了另一台开发机器,现在问题也在那里.

I tried on another development machine, and the problem now exists there also.

 

有什么想法吗?  帮助!!!!

Any ideas??  Help!!!!

 

 

推荐答案

收集IntelliTrace信息

If IntelliTrace is enabled and you collect both IntelliTrace events and call information, Edit and Continue is disabled. For more information, seeCollecting IntelliTrace Information.

还有其他不受支持的人: http://msdn.microsoft.com/en-us/library/ba77s56w.aspx

There're also others unsupported:  http://msdn.microsoft.com/en-us/library/ba77s56w.aspx

您说可以在另一台计算机上复制相同的问题,如果您遇到的情况与之不符,请提供可复制的测试项目和测试视频.

You said you can repro the same issue in another computer, if your situation is not matched in those, then please provide your reproducible test project and a test video.

我建议您检查一下Visual Studio的设置,只有一个项目无法运行,也许一个项目在Visual Studio加载时会影响Visual Studio的设置.

I recommend you to have a check for the Visual Studio settings while there's only one project cannot work, maybe that one project affect the Visual Studio's settings while Visual Studio loaded it.


这篇关于突然的编辑并继续完全失败,带有JIT错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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