Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Breakpoint View not refreshing for my debugger
Breakpoint View not refreshing for my debugger [message #334504] Thu, 12 February 2009 22:53 Go to next message
Eclipse UserFriend
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 Go to previous message
Eclipse UserFriend
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
>
Previous Topic:Best way to test an update site
Next Topic:[FieldAssist] Pasting into a control with field assist not working?
Goto Forum:
  


Current Time: Fri Jul 19 14:29:52 GMT 2024

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

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

Back to the top