Bug 882790 - Add toolbar button for pause on exceptions. r=fitzgen

This commit is contained in:
Hubert B Manilla
2015-07-13 08:59:00 -04:00
parent e60ee37fe4
commit 07e0075418
19 changed files with 290 additions and 264 deletions

View File

@@ -243,7 +243,8 @@ StackFramesView.prototype = Heritage.extend(WidgetMethods, {
},
_mirror: null,
_prevBlackBoxedUrl: null
_prevBlackBoxedUrl: null,
_popupset: null
});
DebuggerView.StackFrames = new StackFramesView(DebuggerController, DebuggerView);