Change visibility of net.sourceforge.phpeclipse.xdebug.php.model.XDebugAbstractValue...
[phpeclipse.git] / net.sourceforge.phpeclipse.xdebug.core / src / net / sourceforge / phpeclipse / xdebug / php / model / XDebugStringValue.java
index fcbd867..841b9b7 100644 (file)
@@ -9,7 +9,7 @@ public class XDebugStringValue extends XDebugAbstractValue {
        }
 
        public void renderValueString(String data) {
-               fValueString = "\"" + data + "\"";
+               setValueString("\"" + data + "\"")/*fValueString = "\"" + data + "\""*/;
        }
 
        public boolean supportsValueModification() {