@Deprecated public interface DebuggerBreakpoint extends oracle.ideimpl.debugger.extender.breakpoint.CommonBreakpointBase<DebuggerBreakpointLogEntry,DebuggerBreakpoint.BreakpointKind>
| Modifier and Type | Interface and Description |
|---|---|
static class |
DebuggerBreakpoint.BreakpointKind
Deprecated.
The various breakpoint kinds
|
static class |
DebuggerBreakpoint.BreakpointScope
Deprecated.
The various scopes where a breakpoint can be valid
|
static class |
DebuggerBreakpoint.BreakpointState
Deprecated.
The various breakpoint states
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
canEditBreakForThreads()
Deprecated.
Find out if the user is allowed to edit the break for thread settings
|
boolean |
canEditBreakpointHitActions()
Deprecated.
Find out if the user is allowed to edit the breakpoint hit actions
|
boolean |
canEditCondition()
Deprecated.
Find out if the user is allowed to edit the condition
|
boolean |
canEditGroupName()
Deprecated.
Find out if the user is allowed to edit the groupName
|
boolean |
canEditPassCount()
Deprecated.
Find out if the user is allowed to edit the passcount
|
java.lang.String |
getBreakForThreadNamed()
Deprecated.
Find out if the debugger should only acknowledge this breakpoint for one
thread.
|
java.lang.String |
getBreakForThreadNotNamed()
Deprecated.
Find out if the debugger should acknowledge this breakpoint for any thread
except one.
|
java.lang.String |
getCondition()
Deprecated.
Get the condition of this breakpoint.
|
java.lang.String |
getCustomDescription()
Deprecated.
Get the description of this breakpoint if this is a custom breakpoint
with a custom description.
|
java.lang.String |
getCustomTypeString()
Deprecated.
Get the type string if this is a custom breakpoint with a custom
type string.
|
java.lang.String |
getDisableBreakpointGroupOnBreakpointHit()
Deprecated.
Find out if the debugger should disable a breakpoint group when this
breakpoint is hit
|
java.lang.String |
getEnableBreakpointGroupOnBreakpointHit()
Deprecated.
Find out if the debugger should enable a breakpoint group when this
breakpoint is hit
|
java.lang.String |
getGroupName()
Deprecated.
Get the group name of this breakpoint
|
java.lang.String |
getHiddenCondition()
Deprecated.
Get the hidden condition of this breakpoint.
|
DebuggerBreakpoint.BreakpointKind |
getKind()
Deprecated.
Get the kind of this breakpoint.
|
DebuggerBreakpointLogEntry |
getLogEntryOnBreakpointHit()
Deprecated.
Find out if the debugger should make a log entry when the breakpoint is
hit.
|
int |
getPassCount()
Deprecated.
Get the passcount of this breakpoint.
|
java.util.Map<java.lang.String,java.lang.String> |
getProperties()
Deprecated.
Get the properties of this breakpoint
|
java.net.URL |
getScope()
Deprecated.
Get the scope of this breakpoint, either null if the breakpoint is global,
a workspace URL if the scope is a workspace, or a project URL if the scope
is a project.
|
boolean |
isBeepOnBreakpointHit()
Deprecated.
Find out if the debugger should beep when this breakpoint is hit
|
boolean |
isEnabled()
Deprecated.
Find out if the preferred state of this breakpoint is enabled
|
boolean |
isHaltOnBreakpointHit()
Deprecated.
Find out if the debugger should halt when this breakpoint is hit
|
default DebuggerExtenderAPIVersion |
version()
Deprecated.
|
default DebuggerExtenderAPIVersion version()
version in interface oracle.ideimpl.debugger.extender.breakpoint.CommonBreakpointBase<DebuggerBreakpointLogEntry,DebuggerBreakpoint.BreakpointKind>java.net.URL getScope()
getScope in interface oracle.ideimpl.debugger.extender.breakpoint.CommonBreakpointBase<DebuggerBreakpointLogEntry,DebuggerBreakpoint.BreakpointKind>boolean isEnabled()
isEnabled in interface oracle.ideimpl.debugger.extender.breakpoint.CommonBreakpointBase<DebuggerBreakpointLogEntry,DebuggerBreakpoint.BreakpointKind>java.lang.String getCondition()
getCondition in interface oracle.ideimpl.debugger.extender.breakpoint.CommonBreakpointBase<DebuggerBreakpointLogEntry,DebuggerBreakpoint.BreakpointKind>java.lang.String getHiddenCondition()
getHiddenCondition in interface oracle.ideimpl.debugger.extender.breakpoint.CommonBreakpointBase<DebuggerBreakpointLogEntry,DebuggerBreakpoint.BreakpointKind>boolean canEditCondition()
canEditCondition in interface oracle.ideimpl.debugger.extender.breakpoint.CommonBreakpointBase<DebuggerBreakpointLogEntry,DebuggerBreakpoint.BreakpointKind>int getPassCount()
getPassCount in interface oracle.ideimpl.debugger.extender.breakpoint.CommonBreakpointBase<DebuggerBreakpointLogEntry,DebuggerBreakpoint.BreakpointKind>boolean canEditPassCount()
canEditPassCount in interface oracle.ideimpl.debugger.extender.breakpoint.CommonBreakpointBase<DebuggerBreakpointLogEntry,DebuggerBreakpoint.BreakpointKind>java.lang.String getGroupName()
getGroupName in interface oracle.ideimpl.debugger.extender.breakpoint.CommonBreakpointBase<DebuggerBreakpointLogEntry,DebuggerBreakpoint.BreakpointKind>boolean canEditGroupName()
canEditGroupName in interface oracle.ideimpl.debugger.extender.breakpoint.CommonBreakpointBase<DebuggerBreakpointLogEntry,DebuggerBreakpoint.BreakpointKind>java.lang.String getCustomDescription()
getCustomDescription in interface oracle.ideimpl.debugger.extender.breakpoint.CommonBreakpointBase<DebuggerBreakpointLogEntry,DebuggerBreakpoint.BreakpointKind>java.lang.String getCustomTypeString()
getCustomTypeString in interface oracle.ideimpl.debugger.extender.breakpoint.CommonBreakpointBase<DebuggerBreakpointLogEntry,DebuggerBreakpoint.BreakpointKind>java.lang.String getBreakForThreadNamed()
getBreakForThreadNamed in interface oracle.ideimpl.debugger.extender.breakpoint.CommonBreakpointBase<DebuggerBreakpointLogEntry,DebuggerBreakpoint.BreakpointKind>java.lang.String getBreakForThreadNotNamed()
getBreakForThreadNotNamed in interface oracle.ideimpl.debugger.extender.breakpoint.CommonBreakpointBase<DebuggerBreakpointLogEntry,DebuggerBreakpoint.BreakpointKind>boolean canEditBreakForThreads()
canEditBreakForThreads in interface oracle.ideimpl.debugger.extender.breakpoint.CommonBreakpointBase<DebuggerBreakpointLogEntry,DebuggerBreakpoint.BreakpointKind>boolean isHaltOnBreakpointHit()
isHaltOnBreakpointHit in interface oracle.ideimpl.debugger.extender.breakpoint.CommonBreakpointBase<DebuggerBreakpointLogEntry,DebuggerBreakpoint.BreakpointKind>boolean isBeepOnBreakpointHit()
isBeepOnBreakpointHit in interface oracle.ideimpl.debugger.extender.breakpoint.CommonBreakpointBase<DebuggerBreakpointLogEntry,DebuggerBreakpoint.BreakpointKind>DebuggerBreakpointLogEntry getLogEntryOnBreakpointHit()
getLogEntryOnBreakpointHit in interface oracle.ideimpl.debugger.extender.breakpoint.CommonBreakpointBase<DebuggerBreakpointLogEntry,DebuggerBreakpoint.BreakpointKind>java.lang.String getEnableBreakpointGroupOnBreakpointHit()
getEnableBreakpointGroupOnBreakpointHit in interface oracle.ideimpl.debugger.extender.breakpoint.CommonBreakpointBase<DebuggerBreakpointLogEntry,DebuggerBreakpoint.BreakpointKind>java.lang.String getDisableBreakpointGroupOnBreakpointHit()
getDisableBreakpointGroupOnBreakpointHit in interface oracle.ideimpl.debugger.extender.breakpoint.CommonBreakpointBase<DebuggerBreakpointLogEntry,DebuggerBreakpoint.BreakpointKind>boolean canEditBreakpointHitActions()
canEditBreakpointHitActions in interface oracle.ideimpl.debugger.extender.breakpoint.CommonBreakpointBase<DebuggerBreakpointLogEntry,DebuggerBreakpoint.BreakpointKind>java.util.Map<java.lang.String,java.lang.String> getProperties()
getProperties in interface oracle.ideimpl.debugger.extender.breakpoint.CommonBreakpointBase<DebuggerBreakpointLogEntry,DebuggerBreakpoint.BreakpointKind>DebuggerBreakpoint.BreakpointKind getKind()
getKind in interface oracle.ideimpl.debugger.extender.breakpoint.CommonBreakpointBase<DebuggerBreakpointLogEntry,DebuggerBreakpoint.BreakpointKind>