Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-debug-dev] WatchExpressions and model identifiers

I think this is a fair assesement. The model Id should be that of the 
model the expression is currently bound to. However, it means that model 
presentations need to be enhanced to provide labels for IExpressions 
(which they may not do currnetly). If the model presentation does not 
provide a label, we should continue to provide the current label by 
default.

Darin




"Darin Swanson" <darinrs@xxxxxxxxxxx> 
Sent by: platform-debug-dev-admin@xxxxxxxxxxx
03/11/2004 10:27 AM
Please respond to
platform-debug-dev


To
<platform-debug-dev@xxxxxxxxxxx>
cc

Subject
[platform-debug-dev] WatchExpressions and model identifiers






Context:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=44234
 
A WatchExpression currently always returns the debug core as its model 
identifier.
I propose that it really should return the model identifier of its context 
(if it has one).
 
This changes fixes bug 44234 but I worry if anyone is relying on watch 
expressions always returning the debug core model identifier...say using 
ExpressionsManager#getExpressions(String modelIdentifier).
 
Thanks
Darins
 



Back to the top