Eclipse 3.6 Java Debug Build Notes

Summary of API changes in 3.6

Target specific hot code replace listeners

What is affected:

Description: Methods have been added to org.eclipse.jdt.debug.core.IJavaDebugTarget to support target sepcific hot code replace listeners. When listeners are registered with a specific target, the listeners registered with org.eclipse.jdt.debug.core.JDIDebugModel are not notified for that target. This allows a target to have custom hot code replace event handling.

Action required: This is a backwards compatible change. No action required.

Breakpoint condition editor

What is affected:

Description: This class provides controls for editing a Java breakpoint's conditional expression. The class may be instantiated but is not intended to be sublcassed.

Action required: This is a backwards compatible change. No action required.