How can I set a break point in a javascript function and have the IE toolbar break on it like I can do with Firebug? Or can I even do this in IE?
Share
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.
If I can find the error in firefox using firebug then that’s the easiest way. If it’s an IE only problem what I do is enable script debugging in Internet Options,
Go to Tools->Internet Options…->Advanced->Disable Script Debugging (Other)
then attach Visual Studio Debugger when an error occurs.
If you’re using IE 8, install the developer toolbar because it has a built in debugger.