Last active
August 29, 2015 14:00
-
-
Save RudyLu/33080411a9963722ea69 to your computer and use it in GitHub Desktop.
Bring back the source view for app manager
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// follow the same step in the following link to add pref, | |
// https://developer.mozilla.org/en-US/Firefox_OS/Using_the_App_Manager#Debugging_Certified_Apps_2 | |
// See https://bugzilla.mozilla.org/show_bug.cgi?id=1001348 for details. | |
echo 'user_pref("javascript.options.discardSystemSource", false);' >> prefs.js | |
// and this, if you want to debug certified app | |
echo 'user_pref("devtools.debugger.forbid-certified-apps", false);' >> prefs.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment