Confirmed users
125
edits
No edit summary |
|||
| Line 48: | Line 48: | ||
Depending on what you are working on, you may want to make some changes to your profile to enable more logging. If you type '''<tt>about:config</tt>''' in the URL bar, click through the warning page, and search for '''<tt>devtools</tt>''' you can see some of them. | Depending on what you are working on, you may want to make some changes to your profile to enable more logging. If you type '''<tt>about:config</tt>''' in the URL bar, click through the warning page, and search for '''<tt>devtools</tt>''' you can see some of them. | ||
# Add the global "dump" function to all windows which | # Add the global "dump" function to all windows which logs strings to stdout. | ||
'''browser.dom.window.dump.enabled''' = true | '''browser.dom.window.dump.enabled''' = true | ||