ignoreVar(jvar))
{
continue;
}
JDIValue value = (JDIValue) var.getValue();
boolean isLeafNode = !((value != null) &&
(value instanceof IJavaObject) &&
value.hasVariables());
// Treat String as leaf node even though it has child variables
isLeafNode = isLeafNode || ViewUtils.isStringValue(value);
String prefix = getIndentation(depth, isLeafNode);