7

I recently installed VS 2015 Update 2.

In update 1 when i stop debugging a site running in IISExpress it does not stop the site.

There are a bunch of posts about enabling this behavior by turning off edit and continue.

Disabling edit and continue in update 2 no longer seems to provide this behavior, is there another work around to keep the site running when the debugger stops?

Community
  • 1
  • 1
undefined
  • 33,537
  • 22
  • 129
  • 198

2 Answers2

11

This appears to be a bug in Update 2 which has been reported here and hopefully gets enough upvotes so that MS takes action sooner than later.

In the meantime, you can Detach All from the debug menu instead of stopping the debug process.

enter image description here

If you want Detach All on your toolbar you can do so via the Tools, Customize menu and under commands, select the "Toolbar" radio option and choose the Debug from the pulldown. Add a Command, choose "Debug" and select the Detach All command.

enter image description here

which then gives you this

enter image description here

David Adams
  • 519
  • 6
  • 8
0

Visual studio 2015 update 3 seems to have resolved this issue, happy days for me :)

undefined
  • 33,537
  • 22
  • 129
  • 198