4

Is there any way in Firebug to set a breakpoint in an external .js file that a page links to so that it can be stepped through?

(I suspect I've found a bug in jQuery and I want to be able to step through jQuery as it's handling events to see what it's doing.)

2
  • 1
    see duplicate: stackoverflow.com/questions/32633/… Commented Aug 25, 2009 at 20:41
  • hmm, how did I miss that?!? Voting to close (too late to delete it) Commented Aug 26, 2009 at 14:13

1 Answer 1

7

Not sure if I understand the question, but I don't think Firebug treats external javascript any differently than internal one. Just go to the "script" tab, select the .js file in the drop down list and set your breakpoint.

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

1 Comment

AHA! Completely missed that drop down. Thanks

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.