Confirmed users
66
edits
(Add information about running the browser as changes are made) |
m (remove bullets from about:config settings) |
||
Line 69: | Line 69: | ||
The following two settings allow you to use the [https://developer.mozilla.org/en-US/docs/Debugging_JavaScript browser debugger] to set breakpoints inside of the devtools code, and let you run the Scratchpad in the ''Browser'' environment: | The following two settings allow you to use the [https://developer.mozilla.org/en-US/docs/Debugging_JavaScript browser debugger] to set breakpoints inside of the devtools code, and let you run the Scratchpad in the ''Browser'' environment: | ||
'''devtools.chrome.enabled''' = true | |||
'''devtools.debugger.remote-enabled''' = true | |||
This setting prints all packets sent over the remote debugging protocol to stdout: | This setting prints all packets sent over the remote debugging protocol to stdout: | ||
'''devtools.debugger.log''' = true | |||
Restart the browser to apply any configuration changes. | Restart the browser to apply any configuration changes. |