My Webpage contains following items -
- Master page. UpdatePanel. UserControls. jQuery code.
While debugging, JS in chrome when I continue (F5) I expect the page to load and stay. But actually the page reloads. How do you prevent this situattion ?
My Webpage contains following items -
- Master page. UpdatePanel. UserControls. jQuery code.
While debugging, JS in chrome when I continue (F5) I expect the page to load and stay. But actually the page reloads. How do you prevent this situattion ?
Share Improve this question edited Nov 12, 2012 at 18:23 Abhijeet asked Nov 9, 2012 at 17:00 AbhijeetAbhijeet 14k31 gold badges105 silver badges190 bronze badges 1- I don't understand why you are using F5? – LeoR Commented Nov 12, 2012 at 16:43
2 Answers
Reset to default 5Instead of using F5, use F8 to continue.
Un-dock the Chrome Dev Tools Window so it is not embedded within the webpage, then always ensure the dev tools window has the focus before hitting F5. If the webpage window has the focus the F5 mand will be interpreted as a refresh.