- All Superinterfaces:
- oracle.ideimpl.debugger.extender.breakpoint.CommonBreakpointBase<DebuggerBreakpointLogEntry,DebuggerBreakpoint.BreakpointKind>, oracle.ideimpl.debugger.extender.breakpoint.CommonPropertiesBreakpointBase<DebuggerBreakpointLogEntry,DebuggerBreakpoint.BreakpointKind>, DebuggerBreakpoint
@Deprecated
public interface DebuggerPropertiesBreakpoint
extends DebuggerBreakpoint, oracle.ideimpl.debugger.extender.breakpoint.CommonPropertiesBreakpointBase<DebuggerBreakpointLogEntry,DebuggerBreakpoint.BreakpointKind>
Defines a properties breakpoint. It is very important that properties
breakpoint return a short, unique description from the getCustomDescription
call, since that's the only way to describe them in breakpoint lists.
Of course, these breakpoints also need to define properties. Most other
breakpoints do not define properties.
- Since:
- 11.1.2.0.0