Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-debug-dev] ExpressionViewEventHandler question


Isn't it true that an _expression_ can change (i.e. the _expression_ text), when there are no active targets. In that case, the view needs to be updated. There is an _expression_ changed callback in this case, but no change event (which means the value changed).

Darin



Jared Burns <jaredburns@xxxxxxx>
Sent by: platform-debug-dev-admin@xxxxxxxxxxx

08/14/2003 01:19 PM
Please respond to platform-debug-dev

       
        To:        platform-debug-dev@xxxxxxxxxxx
        cc:        
        Subject:        [platform-debug-dev] ExpressionViewEventHandler question



I'm confused by the ExpressionViewEventHandler. It listens to both debug
events and _expression_ changes. But this seems redundant because the
_expression_ manager listens to debug events and fires _expression_ change events
for them. So the event handler ends up hearing about the same change twice.

Am I missing something or is this just wrong?

Thanks,
- Jared
_______________________________________________
platform-debug-dev mailing list
platform-debug-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-debug-dev



Back to the top