![link to this procedure [link]](../images/permalink.gif)
Procedure: Open JavaScript Console
-
From the Firefox menu, select Tools → Javascript Console.
-
The console lists all script errors on all pages since you opened Firefox, which can be quite a lot. (You'd be surprised how many high-profile sites have scripts that crash regularly.) Click Clear to clear the list before starting to debug your own user script.
Now refresh the page you were working on to test the user script that doesn't appear to be doing anything. If it is indeed crashing, an exception will be displayed in JavaScript Console.