Visual Studio中 - prevent从关闭Internet Explorer中停止调试
问题描述:
在Visual Studio中,如果您运行由$ P $ Web项目pssing调试工具栏上的开始按钮,然后$ P $停止pssing调试工具栏上的停止按钮时,Internet Explorer中打开和由IDE关闭。
Under visual studio if you run a web project by pressing the 'Go' button on the Debugging toolbar, then stop it by pressing the 'Stop' button on the debugging toolbar, Internet Explorer is opened and closed by the IDE.
有没有办法来prevent从停止调试时,关闭Internet Explorer中的IDE?我想这样做是为了让自己指在IE网页的内容在编辑我的code。
Is there a way to prevent the IDE from closing Internet Explorer when stopping debugging? I want to do this to allow myself to refer to the content of the pages in IE while editing my code.
在此先感谢!
答
从调试
使用分离所有
选项>菜单。
Use the Detach All
option from the Debug
menu.