Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » to Platform Debug experts
to Platform Debug experts [message #333834] Wed, 07 January 2009 22:29
Eclipse UserFriend
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
Previous Topic:(TableViewer) How to have all gui of celleditor be displayed all the time
Next Topic:ColumnLabelProvider reusable ?
Goto Forum:
  


Current Time: Thu Apr 25 14:36:09 GMT 2024

Powered by FUDForum. Page generated in 0.02499 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top