I've been trying to improve my Visual Studio debug startup time. I've gotten it from 45 seconds to about 25 seconds to load up my site for debugging. I've been following advice from this SO link.
One option suggests I un check the 'Enable Edit and Continue' button under project -> web -> debuggers.
This makes the time Visual Studio takes to open up, load my site and ready to use/debug about 5 seconds, down from 25.
But I'm concerned what it does, or doesn't do/allow?
It seems like I can still edit html/razor, javascript code while debugging, so what does it do?