Automatically Kill IIS Express Process After Debugging (VS Express 2013 Web)

杀马特。学长 韩版系。学妹 提交于 2019-11-28 11:13:34

Yes, add the Terminate All button to your debug toolbar

  1. Right click tool bar area
  2. select Customize... from context menu
  3. In Customize dialog select Commands tab
  4. Select Toolbar Radio button
  5. From Toolbar Dropdown Select appropriate Toolbar
  6. Click Add Command... Button
  7. From Add Command dialog select Debug Category from list
  8. Select Terminate All from Commands list
  9. Click OK
  10. position Terminate All on the button bar using up/down buttons NB: this is a text only button
  11. Click Close

Just to clarify - I'm using VS2012 Pro and I'm assuming Terminate All exists in VS2013 Express. If you can't find it I suggest clicking the Keyboard Button on the Customize dialog and search for 'Terminate'

Turns out this isn't possible, since VS 2013 Express doesn't include the "Terminate All" command. Would need the full version of VS 2013.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!