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.