Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Delay in Debug view update -

Hi All,

 

I am implementing a view using ILazyContentProvider ;  It works well but a performance lag is noticed in updating  debug view.

 

That is if the view is opened and if a debug operation is done (Run and halt the target),the Debug view gets updated only after the visible items in my custom view is updated.  

 

Custom view is updated using Display.getdefault().asyncExec() … thread after catching the suspended event from handleDSFEvents().

 

Is this an issue related to the Display thread which I use?

Can anyone please direct me on why the debug view is waiting for the custom view to get updated?

 

Thanks in Advance,

Malu

 

 
***** Confidentiality Statement/Disclaimer *****

This message and any attachments is intended for the sole use of the intended recipient. It may contain confidential information. Any unauthorized use, dissemination or modification is strictly prohibited. If you are not the intended recipient, please notify the sender immediately then delete it from all your systems, and do not copy, use or print. Internet communications are not secure and it is the responsibility of the recipient to make sure that it is virus/malicious code exempt.
The company/sender cannot be responsible for any unauthorized alterations or modifications made to the contents. If you require any form of confirmation of the contents, please contact the company/sender. The company/sender is not liable for any errors or omissions in the content of this message.

Back to the top