Backed out changeset 5d1f3e0160fa (bug 1592718) for BC failures on debugger.js . CLOSED TREE

This commit is contained in:
Narcis Beleuzu 2019-11-05 21:23:22 +02:00
parent 9497983d61
commit a36c38a36a

View File

@ -85,9 +85,4 @@ pref("devtools.debugger.features.dom-mutation-breakpoints", true);
pref("devtools.debugger.features.log-points", true);
pref("devtools.debugger.features.overlay", true);
pref("devtools.debugger.features.inline-preview", true);
#if defined(MOZ_DEV_EDITION) || defined(NIGHTLY_BUILD)
pref("devtools.debugger.features.watchpoints", true);
#else
pref("devtools.debugger.features.watchpoints", false);
#endif
pref("devtools.debugger.features.watchpoints", false);