Click here to Skip to main content
15,908,015 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Weird scenes in the goldmine.....

This just started this week. When I press F5 to debug a web application (VS 2017 iis express) the browser window opens and closes. If I set a break point in the first line of the page Load event for the startup aspx it never gets hit. It runs just fine with CTRL F5. and today I discovered if I change the browser from IE 11 to chrome I can debug. This leads me to think something has changed for the browser.

any thoughts?

What I have tried:

Google stack overflow... the usual suspects
Posted
Updated 16-Aug-19 8:38am

1 solution

I would check the "Enable Edit & Continue" option in >Tools >Options >Debugging and make sure that it is not checked.
 
Share this answer
 
Comments
RmcbainTheThird 19-Aug-19 8:24am    
Well it was unchecked. so I checked it and then unchecked and now F5 works... whow knows?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900