to Platform Debug experts [message #333834] |
Wed, 07 January 2009 22:29 |
Eclipse User |
|
|
|
Originally posted by: bluedoze.gmail.com
Hi,
I'm creating a debugger layer that works along with already existing
debuggers and extra information to the LaunchView, I figured out all of
the needed (provisional) API, but now I'm stuck with a refresh problem
in the LaunchView.
I construct ModelDelta as the following:
LaunchManager (NO_CHANGE)
Launch (No_CHANGE)
Element_0 (NO_CHANGE)
Child_Elem_0 (EXPAND)
Grand_Child_Elem_0 (CONTENT, EXPAND, STATE)
Grand_Child_Elem_1 (CONTENT, EXPAND, STATE)
Element_1 (NO_CHANGE)
Child_Elem_0 (EXPAND)
Grand_Child_Elem_0 (CONTENT, EXPAND, STATE)
Grand_Child_Elem_1 (CONTENT, EXPAND, STATE)
fire the model delta in a debug event handler on a suspend event, but I
find that the children of the element "Grand_Child_Elem_x" doesn't get
removed from the LaunchView, new contents are added correctly, but old
contents (a copy of StackFrames actually) doesn't get removed
Any hints that can help me debugging this problem ???
if this group is not the correct group, please let me know.
blue
|
|
|
Powered by
FUDForum. Page generated in 0.02542 seconds