Confirmed users
924
edits
| Line 32: | Line 32: | ||
= Enabling Logging via about:config = | = Enabling Logging via about:config = | ||
'''WARNING:''' Changing other preferences will change the | '''WARNING:''' Changing other preferences will change the behavior of your browser, so please be careful and don't change anything unless you know what you're doing!! | ||
This is a quicker way of getting '''chrome and add-on debugging''' enabled using the '''about:config''' screen: | This is a quicker way of getting '''chrome and add-on debugging''' enabled using the '''about:config''' screen: | ||
| Line 39: | Line 39: | ||
* You'll get a '''This might void your warranty!''' screen, select the '''I'll be careful, I promise!''' button | * You'll get a '''This might void your warranty!''' screen, select the '''I'll be careful, I promise!''' button | ||
* Once selected, under the search field at the top, type in '''devtools.chrome.enabled''' | * Once selected, under the search field at the top, type in '''devtools.chrome.enabled''' | ||
* Double click on '''devtools.chrome.enabled''' so it appears bold and the '''Value''' should | * Double click on '''devtools.chrome.enabled''' so it appears bold and the '''Value''' should change to '''True''' (originally it was set to '''False''') | ||
* | |||