edit-and-continue

Edit and continue feature stopped working in Visual Studio 2010

坚强是说给别人听的谎言 提交于 2019-11-26 19:59:03
问题 The Visual Studio Edit and Continue feature stopped on Visual Studio 2010, and I don't know what has caused the problem. I am working on a Windows application program using C#. This application was initially developed in Visual Studio 2008, and later upgraded to Visual Studio 2010. Everything was working fine, including Edit and Continue, until I upgraded the .NET Framework from 3.5 to 4.0. Now when I use debug mode, changing any line of the code in the IDE results in the following message:

Is it possible to Edit and Continue in Visual Studio 2010 without pausing execution?

拟墨画扇 提交于 2019-11-26 16:16:57
问题 I recently watched a bit of Notch's Ludum Dare live stream. He uses Eclipse's hotswap feature extensively while he works on his game. (here is a video of what I am referring to http://www.twitch.tv/notch/b/302823358?t=86m30s) I would like to do the same with C# and XNA. Fortunately, Visual Studio has an Edit and Continue feature. However, I would like to edit my rendering code while it is running instead of pausing it. Is it possible for me to setup Visual Studio to do the same? I noticed

Edit and Continue: “Changes are not allowed when…”

六眼飞鱼酱① 提交于 2019-11-26 15:11:52
问题 Even if I create a clean WinForms project, Edit and Continue doesn't work and gives me the error: Changes are not allowed when the debugger has been attached to an already running process or the code being debugged was optimized at build or run time. Edit and Continue option is checked in Tools → Options → Debugging. Optimization is not enabled. Seems like there is no any managed profiler set up. I am running in Debug mode I am running on x64 CPU and Windows XP 32-bit, but setting platform