Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-debug-dev] Implementing IWatchExpressionDelegate

> Ok, I understand the point. Can I somehow influence the passed 
> expression? I used ...
> 
> <extension point="org.eclipse.debug.core.watchExpressionDelegates">
>      <watchExpressionDelegate
>         debugModel="RMOF.debugModel"
>          delegateClass="debug.model.WatchExpressionDelegate"/>
>    </extension>
> 
> as extension point and select Variables (to watch) from the Variable 
View.
> 

Yes, @see
        IWatchExpressionFactoryAdapter
        IWatchExpressionFactoryAdapterExtension

Darin


Back to the top