Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

oracle.ide.runner
Interface DebuggerPropertiesBreakpoint

All Superinterfaces:
DebuggerBreakpoint

public interface DebuggerPropertiesBreakpoint
extends DebuggerBreakpoint

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

Nested Class Summary
 
Nested classes/interfaces inherited from interface oracle.ide.runner.DebuggerBreakpoint
DebuggerBreakpoint.BreakpointKind, DebuggerBreakpoint.BreakpointScope, DebuggerBreakpoint.BreakpointState
 
Method Summary
 
Methods inherited from interface oracle.ide.runner.DebuggerBreakpoint
canEditBreakForThreads, canEditBreakpointHitActions, canEditCondition, canEditGroupName, canEditPassCount, getBreakForThreadNamed, getBreakForThreadNotNamed, getCondition, getCustomDescription, getCustomTypeString, getDisableBreakpointGroupOnBreakpointHit, getEnableBreakpointGroupOnBreakpointHit, getGroupName, getHiddenCondition, getKind, getLogEntryOnBreakpointHit, getPassCount, getProperties, getScope, isBeepOnBreakpointHit, isEnabled, isHaltOnBreakpointHit
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Copyright © 1997, 2011, Oracle. All rights reserved.