为什么编辑&继续停止工作
我在VS2008下有一个大型C++项目,并使用edit &在调试过程中继续相当多的时间。然而,有时在相当小的更改之后,编辑并继续就会停止工作。调试/应用代码更改呈灰色。如果我重建所有内容,它往往会恢复,但这需要约 30 分钟。它看起来非常零星,比以前版本的 Visual Studio 更严重。有什么想法可能导致这种情况吗?
FWIW,我使用的是 VS2008 SP1,带有 Whole Tomato 插件,在 32 位 2G XP 机器上运行。我怀疑这个问题可能与资源有关,但这只是一种预感,因为如果我最近没有重新启动,这个问题似乎会更频繁地发生。
I have a large C++ project under VS2008, and use edit & continue quite a bit during debugging. However, sometimes after quite minor changes edit and continue simply stops working. Debug / apply code changes is greyed out. If I rebuild all, it tends to come back, but this takes ~30mins. It seems very sporadic, much more so than in previous versions of Visual Studio. Any ideas what could be causing this?
FWIW, I'm on VS2008 SP1, with Whole Tomato plugin, running on a 32bit 2G XP box. I suspect the problem could be resource related, but this is no more than a hunch based on the fact that the problem seems to occur more often if I have not rebooted recently.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我最终转向了 VS2010 SP1,我很高兴地注意到编辑和继续工作就像一个魅力。就我而言,比以前的任何版本都要好得多,而且速度要快得多。 FWIW,我还转向了具有 16GB RAM 的 64 位 Windows 7 机器,因此无法明确说明问题是否与资源/编译器或平台相关,只是我当前使用的组合效果很好。
I've eventually moved onto VS2010, SP1, and I'm delighted to note that edit and continue works like a charm. Far better in my case than any previous versions and quite a bit faster. FWIW, I've also moved onto a 64bit Windows 7 box with 16gb of RAM, so can't say definitively whether the problem was resource / compiler or platform related, just that the combination I'm currently using works very well.