[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [platform-debug-dev] Implementing IWatchExpressionDelegate
|
- From: Darin Wright <Darin_Wright@xxxxxxxxxx>
- Date: Mon, 26 Oct 2009 13:52:49 -0500
- Delivered-to: platform-debug-dev@eclipse.org
> 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