1) Added parameter 'parent' to XDebugVariable, so we can determine whether a variable...
[phpeclipse.git] / net.sourceforge.phpeclipse.xdebug.core / src / net / sourceforge / phpeclipse / xdebug / php / model / XDebugWatchExpressionDelegate.java
index e90aedd..d434a53 100644 (file)
@@ -28,7 +28,7 @@ public class XDebugWatchExpressionDelegate implements IWatchExpressionDelegate {
 
                        XDebugVariable variable = null;
                        try {
-                               variable = new XDebugVariable(frame, evalProperty);
+                               variable = new XDebugVariable(frame, evalProperty, null);
                                x = new XDebugWatchExpressionResult(expression, variable.getValue(), null);
                        } catch (DebugException e) {
                                // TODO Auto-generated catch block