I can easily set breakpoints in embedded JS functions, but I don’t see any way of accessing external JS scripts via Firebug unless I happen to enter them during a debug session. Is there a way to do this without 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.
To view and access external JavaScript files (*.js) from within Firebug:
upper left hand corner above the
script code content window.
the right of what now says ‘static’
(By default, it should show the name
of your current web page). You
should now see a list of files
associated with the current web page
including any external JS files.
interested in and it’s code will
display in the content window. From
there, you should be able to set
breakpoints as normal.