Skip to content

Instantly share code, notes, and snippets.

@RudyLu
Last active August 29, 2015 14:00
Show Gist options
  • Save RudyLu/33080411a9963722ea69 to your computer and use it in GitHub Desktop.
Save RudyLu/33080411a9963722ea69 to your computer and use it in GitHub Desktop.
Bring back the source view for app manager
// 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