views:

268

answers:

3

Hi,

using firebug, where are the js errors shown when the page renders? (if you have any good js debugging links w/firebug send them my way please!)

+5  A: 

Javascript errors will be listed in the Console of Firebug.

You can also set Firebug to break on all errors, which is helpful for detecting why the error was thrown.

erik
+2  A: 

You'll need to enable the Script panel for whatever site you're looking at. Once you do that, it will show the "Watch", "Stack" and "Breakpoints" tabs in the lower pane under the Script tab.

inkedmn