[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.dsdp.dd] Re: Do debuggers in the Device Debugging project use IBreakpointManager?

Hi Adam,

The DD debuggers are in the prototyping phase right now and are based on the new Eclipse Debug Model Interfaces coming in Eclipse 3.2.

For you specific question, please try the platform-debug-dev@xxxxxxxxxxx mailing list.

Doug



"Adam Craggs" <Adam.Craggs@xxxxxxxxxxxxxxx> wrote in message news:e015q6$hku$1@xxxxxxxxxxxxxxxxx:

I looked at the web page and notice that it says The Device Debugging
project will build enhanced debug models, APIs, and views. Do debuggers
in
the Device Debugging project use IBreakpointManager to manage their
breakpoints. I am interested in listening to breakpoint events.

Also what is the difference between the 2 interfaces:

IBreakpointListener
and
IBreakpointsListener

Is it just that IBreakpointsListener is vectorised and
IBreakpointListener
is singular. If this is the case and only 1 of these interfaces is
implemented e.g. IBreakpointListener will I see all the breakpoint
changes.

Thanks,

Adam.