You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this.model.appendReplOutput(newOutputNameValueElement((<any>a).prototype,a,nls.localize('snapshotObj',"Only primitive values are shown for this object.")));
203
+
this.model.appendToRepl(newOutputNameValueElement((<any>a).prototype,a,nls.localize('snapshotObj',"Only primitive values are shown for this object.")),sev);
204
204
}
205
205
206
206
// string: watch out for % replacement directive
@@ -229,7 +229,7 @@ export class DebugService implements debug.IDebugService {
0 commit comments