How to force Firefox to open error console every time a JavaScript error occurs?
I often overlook some bugs while developing because of that, but let's say I don't want to have Firebug enabled.
|
How to force Firefox to open error console every time a JavaScript error occurs? I often overlook some bugs while developing because of that, but let's say I don't want to have Firebug enabled.
| ||||
|
feedback
|
|
You can always open your firefox with the jsconsole enabled by adding
to the command line. It's not exactly a "when error" occur, but can save some mouse clicks in the long run | |||
|
feedback
|
|
With the webdeveloper addon, go to options -> miscellaneous, there is an option to do exactly that. | ||||
|
feedback
|