Bug 1300820 - Always use the current debugger frontend in Browser Toolbox;r=jlongster

MozReview-Commit-ID: DJ7L2VSOe2q

--HG--
extra : rebase_source : 78634f90e09695bcf64148858be91ab89d639085
This commit is contained in:
Brian Grinstead 2016-09-06 11:20:38 -07:00
parent 9340a1c2d5
commit c3f57014b3

View File

@ -70,6 +70,7 @@ function setPrefDefaults() {
Services.prefs.setBoolPref("devtools.scratchpad.enabled", true);
// Bug 1225160 - Using source maps with browser debugging can lead to a crash
Services.prefs.setBoolPref("devtools.debugger.source-maps-enabled", false);
Services.prefs.setBoolPref("devtools.debugger.new-debugger-frontend", false);
}
window.addEventListener("load", function() {