web developer tips (29):在web应用项目里启用“编辑并继续”功能

原文地址:How to enable Edit and Continue feature for Web Application Projects

如果你在调试一个web应用程序的时候,想进行编辑,可以有如下两种方法:
http://www.watch-life.net/visual-studio/how-to-enable-edit-and-continue-feature-for-web-application-projects.html

方法一:在web项目的属性页里的web标签页,选中“启用编辑并继续”项

Enable Edit and Continue

2、方法二:菜单 工具+选项+调试+编辑并继续,选中“启用编辑并继续”项。

Tools Options for Edit and Continue

我觉得这个“编辑并继续”功能很实用,可以边调试程序边修改程序,省得做了很少的修改又要重新启动调试。

注意:只有 Visual Studio 2008的标准版和专业团队版才支持这个功能,另外不能在调试状态更改选项。

 

更多文章见:守望轩[http://www.watch-life.net/]

posted on 2009-07-24 09:11  xjb  阅读(348)  评论(0编辑  收藏  举报

导航