canmove, Confirmed users, Bureaucrats and Sysops emeriti
3,627
edits
(Add debugging information) |
|||
Line 37: | Line 37: | ||
localStorage.setItem("debug.websocket", true); | localStorage.setItem("debug.websocket", true); | ||
* (or use the values appropriate to the pref you want to set | * (or use the values appropriate to the pref you want to set) | ||
* Debug output will then appear on the webconsole. | * Debug output will then appear on the webconsole. | ||
* The preference value will stay set, until you clear the site's local storage or manually enter: | * The preference value will stay set, until you clear the site's local storage or manually enter: | ||
localStorage.removeItem("debug.websocket"); | localStorage.removeItem("debug.websocket"); | ||
===Logging Bugs=== | ===Logging Bugs=== | ||
Please log bugs in bugzilla under 'Loop' Product: | Please log bugs in bugzilla under 'Loop' Product: | ||
* https://bugzilla.mozilla.org/enter_bug.cgi?product=Loop | * https://bugzilla.mozilla.org/enter_bug.cgi?product=Loop |