Bug 1261477 - Make values of long watch expressions visible r=jlongster

This commit is contained in:
Greg Tatum
2016-06-20 08:47:00 +02:00
parent 44d5238f03
commit 69cf238eaf
3 changed files with 15 additions and 4 deletions

View File

@@ -903,7 +903,8 @@ StackFrames.prototype = {
// to contain all the values.
if (this._syncedWatchExpressions && aDepth == 0) {
let label = L10N.getStr("watchExpressionsScopeLabel");
let scope = DebuggerView.Variables.addScope(label);
let scope = DebuggerView.Variables.addScope(label,
"variables-view-watch-expressions");
// Customize the scope for holding watch expressions evaluations.
scope.descriptorTooltip = false;