Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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


Back to the top