How can I set breakpoints in an external JS script in Firebug

Posted by Manu on Stack Overflow See other posts from Stack Overflow or by Manu
Published on 2008-08-28T15:48:03Z Indexed on 2010/04/07 20:13 UTC
Read the original article Hit count: 158

Filed under:
|
|

I can easily set breakpoints in embedded JS functions, but I don't see any way of accessing extarnal JS scripts via Firebug unless I happen to enter them during a debug session. Is there a way to do this w/o having to 'explore' my way into the script?

@Jason: This is a good point, but in my case I do not have easy access to the script. I am specifically talking about the client scripts which are invoked by the ASP.Net Validators that I would like to debug. I can access them during a debug session through entering the function calls, but I could not find a way to access them directly.

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about debugging