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 ses
To view and access external JavaScript files (*.js) from within Firebug:
Click on the 'Script' tab.
Click on the 'all' drop down in the
upper left hand corner above the
script code content window.
Select 'Show Static Scripts'.
Click on the dropdown button just to
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.
Select the JavaScript file you are
interested in and it's code will
display in the content window. From
there, you should be able to set
breakpoints as normal.