JDIDebugModel
. Since 3.5, clients can also register breakpoint listeners using the org.eclipse.jdt.debug.breakpointListeners
extension point. A listener can be contributed to receive notifications from all Java breakpoints or receive notifications about specific breakpoints by programmatically registering the extension with a breakpoint.
Clients are intended to implement this interface.
@since 2.0 @see JDIDebugModel @see IJavaBreakpoint
|
|
|
|
|
|
|
|
|
|
|
|
|
|