Confirmed users
66
edits
No edit summary |
m (→First Run) |
||
Line 75: | Line 75: | ||
Once this command runs, you should see a new Firefox window, called "Nightly". You will want to make a couple of quick changes to the profile. | Once this command runs, you should see a new Firefox window, called "Nightly". You will want to make a couple of quick changes to the profile. | ||
Open DevTools, and click the "Toolbox | Open DevTools, and click the "Toolbox Options" gear in the top left. Make sure the following two options are checked: '''Enable Chrome Debugging''' and '''Enable Remote Debugging'''. These 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 [https://developer.mozilla.org/en-US/docs/Tools/Scratchpad Scratchpad] in the ''Browser'' environment. | ||
[[Image:DevToolsDeveloperSettings.png|center|600px|Settings for developer tools - "Enable Chrome Debugging" and "Enable Remote Debugging"]] | [[Image:DevToolsDeveloperSettings.png|center|600px|Settings for developer tools - "Enable Chrome Debugging" and "Enable Remote Debugging"]] |