Breakpoint View not refreshing for my debugger [message #334504] |
Thu, 12 February 2009 22:53 |
Eclipse User |
|
|
|
Originally posted by: ross.siberiancellars.com
I have implemented a debugger for a custom environment (Callflow Debugger)
following the paper by
DarinWright and Bjorn Freeman--Benson. However, I am having problems
with the Breakpoints View refreshing. When I send the DebugEvent.Create
via DebugPlugin.getDefault().fireEventSet(....), I would expect a UI refresh
so that I can change the breakpoint icon from the default to the icon
display when they are active in my IDebugModelPresentation class as
happens when you are debugging Java.
Everything else seems to generally be working except that.
Ross Yakulis
|
|
|
Re: Breakpoint View not refreshing for my debugger [message #334516 is a reply to message #334504] |
Fri, 13 February 2009 16:25 |
Eclipse User |
|
|
|
Originally posted by: ross.siberiancellars.com
I figured this out. To get the breakpointView to refresh, you need to
invoke the fireBreakPointChanged() on all the breaakpoints your debugger
supports.
for all breakpoints set that I own
DebugPlugin.getDefault().getBreakPointManager().fireBreakpoi ntChanged(breakpoint)
"Ross Yakulis" <ross@siberiancellars.com> wrote in message
news:gn2991$lr9$1@build.eclipse.org...
>I have implemented a debugger for a custom environment (Callflow Debugger)
>following the paper by
> DarinWright and Bjorn Freeman--Benson. However, I am having problems
> with the Breakpoints View refreshing. When I send the DebugEvent.Create
> via DebugPlugin.getDefault().fireEventSet(....), I would expect a UI
> refresh
> so that I can change the breakpoint icon from the default to the icon
> display when they are active in my IDebugModelPresentation class as
> happens when you are debugging Java.
>
> Everything else seems to generally be working except that.
>
> Ross Yakulis
>
|
|
|
Powered by
FUDForum. Page generated in 0.03146 seconds