Confirmed users
125
edits
No edit summary |
|||
Line 75: | Line 75: | ||
Once this command runs, you should see a new Firefox window, called "Nightly". You may want to make a couple quick changes to the profile. So type '''about:config''' in the URL bar, click through the warning page, and search for '''devtools'''. | Once this command runs, you should see a new Firefox window, called "Nightly". You may want to make a couple quick changes to the profile. So type '''about:config''' in the URL bar, click through the warning page, and search for '''devtools'''. | ||
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#JavaScript_Debugger 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 |