fix bug 678.
[phpeclipse.git] / net.sourceforge.phpeclipse.xdebug.core / src / net / sourceforge / phpeclipse / xdebug / php / model / XDebugStringValue.java
index 17168e3..cce3c52 100644 (file)
@@ -33,9 +33,9 @@ public class XDebugStringValue extends XDebugAbstractValue {
        }
 
        
-       public String toString() {
-               return fDataString;
-       }
+       /*public String toString() {
+               return null; //fDataString;
+       }*/
 
        public boolean verifyValue(String expression) {
                // TODO Auto-generated method stub