我们在 32 位操作系统的 Windows 7 上使用 VS 2012。
我已从工具 -> 选项 -> 调试 -> 编辑并继续启用“编辑并继续”功能。
我仍然无法在调试模式下编辑 .cs 文件。
有人可以建议我缺少什么吗?
我将断点保留在 mvc 控制器类之一中。当它到达断点时,我尝试编辑并收到以下消息:
Changes are not allowed in the following cases:
-When the debugger has been attached to an already running process
-The code being debugged was optimized at build or run time.
-The assembly being debugged is loaded as domain-neutral.
-The assembly being debugged was loaded through reflection.
-When Intellitrace events and call information is enabled.