Bug 816440 - Watch expression evaluations should not display the configurable/enumerable/writable tooltip, r=past
This commit is contained in:
@@ -637,6 +637,7 @@ StackFrames.prototype = {
|
||||
let arrow = L10N.getStr("watchExpressionsSeparatorLabel");
|
||||
let scope = DebuggerView.Variables.addScope(label);
|
||||
scope.separator = arrow;
|
||||
scope.showDescriptorTooltip = false;
|
||||
scope.allowNameInput = true;
|
||||
scope.allowDeletion = true;
|
||||
scope.contextMenu = "debuggerWatchExpressionsContextMenu";
|
||||
|
||||
Reference in New Issue
Block a user