2

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 ?

1
  • I don't understand why you are using F5? Commented Nov 12, 2012 at 16:43

2 Answers 2

5

Instead of using F5, use F8 to continue.

Sign up to request clarification or add additional context in comments.

Comments

3

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 command will be interpreted as a refresh.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.