DevTools/GetInvolved: Difference between revisions

m
remove bullets from about:config settings
(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.chrome.enabled''' = true
   * '''devtools.debugger.remote-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
   '''devtools.debugger.log''' = true


Restart the browser to apply any configuration changes.
Restart the browser to apply any configuration changes.
Confirmed users
66

edits