madskristensen / BrowserReloadOnSave

A Visual Studio extension
Other
27 stars 10 forks source link

Please add option to only reload if the debugger is running #10

Open richardcox13 opened 7 years ago

richardcox13 commented 7 years ago

Installed product versions

Description

I've run the web app under the debugger, a browser is open to the page. I've stopped the debugger to make further changes.

I now change one of the files that trigger linked browser reload, and the browser updates to show an error page. This is annoying because it is often useful to be able to see the "old" state of the page when changing to the "new".

Current behavior

If reload is enabled it always reloads even if, because the debugger is not running, the page cannot be reloaded.

Expected behavior

Please add another state to the enabled setting: reload, disabled, and "reload under debugger"