Change visibility of net.sourceforge.phpeclipse.xdebug.php.model.XDebugAbstractValue...
[phpeclipse.git] / net.sourceforge.phpeclipse.xdebug.core / src / net / sourceforge / phpeclipse / xdebug / php / model / XDebugIntValue.java
index 3e1e8dc..f45eaa8 100644 (file)
@@ -13,7 +13,7 @@ public class XDebugIntValue extends XDebugAbstractValue {
        }
                
        public void renderValueString(String dataString) {
-               fValueString = dataString;
+               setValueString(dataString)/*fValueString = dataString*/;
        }
        
        public boolean verifyValue(String expression) {