关于edit and continue的问题
查了资料,说是C#不支持edit and continue,单VB。NET是可以的但是,当我在运行的时候,我只想修改代码而并不想继续运行,可是这时候IDE弹出对话框“edit and continue”,说是必须停止运行后才能进行修改,我只想恢复到2003那个时候的样子:先修改,然后再把它停掉,如何? --------------------编程问答-------------------- 能说得具体点吗? --------------------编程问答-------------------- up --------------------编程问答-------------------- up --------------------编程问答-------------------- up --------------------编程问答-------------------- 1.Tools->Options->Debugging->Edit and Continue->Enable Edit and Continue(select)
2.Right click Project->Properties->Web->Enable Edit and Continue(select)
3.When debugging,open the window "Locals" (Debug menu->Windows),Edit the variable value
补充:.NET技术 , ASP.NET