Problem with icon-states in debugger [message #13582] |
Tue, 22 July 2008 02:35  |
Eclipse User |
|
|
|
Hi...
I'm trying to write a debugger and managed to get something running.
Stepping, suspending, resuming and terminating works fine but if I execute
one of first three actions, the associated buttons are not refreshed until I
re-click the IThread.
The DebugEvents are sent using
DebugPlugin.getDefault().fireDebugEventSet(...) and I ensured the correct
sending with an subsequent System.out.println(event.toString()).
With additional System.out.println's at the canStep...()-methods I saw that
they are only called when I click the IThread, but not after sending the
DebugEvents.
Can anybody tell me how to refresh the button-states right after firing the
DebugEvents?
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.05511 seconds