up vote 4 down vote favorite
1
share [g+] share [fb]

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.)

link|improve this question

75% accept rate
1  
see duplicate: stackoverflow.com/questions/32633/… – Ray Vega Aug 25 '09 at 20:41
hmm, how did I miss that?!? Voting to close (too late to delete it) – Sam Hasler Aug 26 '09 at 14:13
feedback

1 Answer

up vote 7 down vote accepted

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.

link|improve this answer
This is correct. – Kevin Feb 24 '09 at 0:10
AHA! Completely missed that drop down. Thanks – Sam Hasler Feb 24 '09 at 0:22
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.