/*******************************************************************************
- * Copyright (c) 2006, 2012 IBM Corporation and others.
+ * Copyright (c) 2006, 2014 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
IWatchExpression watchExpression = (IWatchExpression)expression;
StringBuffer result = new StringBuffer();
- if (watchExpression.isPending()) {
+ if (watchExpression.isPending() && value == null) {
result.append(DebugUIMessages.DefaultLabelProvider_12);
} else if (watchExpression.hasErrors()) {
result.append(DebugUIMessages.DefaultLabelProvider_13);