Hi All,
I am facing issue like: DSF views are not getting updated after using the UI thread intensely for sometime.
Just a background of what's happening in my test setup:
* We have multiple view getting refreshed at an interval of 1sec and 2secs (including trace compass views) during a CDT debug session.
* After running the same in this setup for around 15mins, we see that none of the DSF views (like Debug view, Variables views, Register view and other views which we extended from Variables) are working, the VMNodes are not getting updated.
Non-DSF views are working fine.
* But we can see that the debug operations (like Resume, suspend) are sending out proper commands to GDB. So I hope the DSF session executor thread is working fine (and of course the main (UI) thread also).
* Even if we terminate and restart, the debug launch, the issue persists (none of the DSF views are getting updated). To get recovered we need to restart the IDE.
I am a little confused on where to start with the analysis. Has anyone encountered a similar issue? Really appreciate if anyone could shower some thoughts on which area I should be focussing (or debugging) while root causing the issue.
Thanks,
Vishnu