I need to stop on breakpoint after page reloading. I put a breakpoint in code but after reload it’s being disabled.
putting
debugger;
in code works fine.
But I was wondering if there is a way to do it in firebug or chrome dev tools.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
May be you have parameters in the url of the page that changes when your reload.
http://website.com/page.html?stamp=20120516103456You then load a new page each time you refresh.
That may explain why your breakpoint disappear.