Closed
Bug 179869
Opened 22 years ago
Closed 22 years ago
Make it possible to output JavaScript errors
Categories
(Camino Graveyard :: Preferences, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: sfraser_bugs, Assigned: sfraser_bugs)
Details
(Keywords: relnote)
For web developers, not being able to see JS errors in their pages is a
show-stopper. We need to way to turn on JS error output of some kind, even if
it's by a hidden pref.
Assignee | ||
Comment 1•22 years ago
|
||
Fixed. To have JS errors show up in the console (or termianl window, if you
launch from the command line), add this line to your prefs.js file:
user_pref("chimera.log_js_to_console", true);
This feature is off by default.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•22 years ago
|
Component: General → Preferences
QA Contact: winnie → sairuh
Comment 2•22 years ago
|
||
vrfy'd fixed on 10.2.2 with 2002.11.13.04.
adding relnote so that this nifty feature is mentioned in future relnotes.
Status: RESOLVED → VERIFIED
Keywords: relnote
You need to log in
before you can comment on or make changes to this bug.
Description
•