Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-debug-dev] Editor adaptors for breakpoint toggling

> The listener mechanism on the manager just tells you about breakpoints 
> being added/removed/changed in the breakpoint manager (which roughly 
> corresponds to the Breakpoints view).
> 
> If you want to hear about attempts to install java breakpoints, you can 
> register an IJavaBreakpointListener with the JDIDebugModel.
> 

NOTE: the IJavaBreakpointListener mechanism only works when a JDT Java 
debug target exists (so when the special hardware is running the Java 
code, there will be no notifications for IJavaBreakpointListener's).

Darin



Back to the top