1) Moved the fHasChanged flag from PHPVariable to PHPValue.
[phpeclipse.git] / net.sourceforge.phpeclipse.debug.core / plugin.xml
index f88fbc1..b197872 100644 (file)
                relationship="stack"/>
       </perspectiveExtension>
    </extension>
+   
+   <extension point="org.eclipse.debug.core.watchExpressionDelegates">
+     <watchExpressionDelegate
+       debugModel="net.sourceforge.phpeclipse.debug.core"
+       delegateClass="net.sourceforge.phpdt.internal.debug.core.watch.PHPWatchExpressionDelegate"/>
+   </extension>
 </plugin>