最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - Prevent Chrome Debugger to reload Page when resuming debugger - Stack Overflow

programmeradmin2浏览0评论

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
Add a ment  | 

2 Answers 2

Reset to default 5

Instead 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.

发布评论

评论列表(0)

  1. 暂无评论