2

I am using Visual Web Developer 2008.I have debug my javascript at localhost by adding a breakpoint/debugger in js file.It works perfectly in IE8 before.

This nice debug function is broken, after I try a developer tools(Press F12 in IE8).

1
  • I found that javascript is disabled in my IE8. After I endable it, everything work fine again. Commented Sep 18, 2009 at 14:30

2 Answers 2

5

Firebug is my best tool for this.

I am talking of course for the firefox addon

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

Comments

2

Firebug is great (+1). However, the debugger in IE8 also works fine. I never use the VS debugger. If you're already using IE8 developer tools, just debug there instead of in VWD.

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.