我们在 Windows 7上使用VS 2012和32位操作系统. 我已启用工具中的“编辑并继续”功能 – 选项 – 调试 – 编辑并继续. 我仍然无法在调试模式下编辑.cs文件. 有人可以建议我错过了什么吗?
我已启用工具中的“编辑并继续”功能 – >选项 – >调试 – >编辑并继续.
我仍然无法在调试模式下编辑.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.当网站在执行时动态编译时,需要编译Web应用程序.
编辑和继续将无法在MVC类项目中工作.您需要设置断点并编译整个项目以调试项目.