Package editor.debugger
Class RunToCursorBreakpoint
- java.lang.Object
-
- editor.debugger.Breakpoint
-
- editor.debugger.RunToCursorBreakpoint
-
- All Implemented Interfaces:
IJsonIO
public class RunToCursorBreakpoint extends Breakpoint
-
-
Field Summary
-
Fields inherited from class editor.debugger.Breakpoint
ANY_EXCEPTION
-
-
Constructor Summary
Constructors Constructor Description RunToCursorBreakpoint(String fqn, String fqnDeclaring, int line)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isActiveWhenMuted()
boolean
isTemporary()
-
Methods inherited from class editor.debugger.Breakpoint
condition, getDeclaringFqn, getDeclaringFqn_Java, getExpression, getFqn, getLine, getOffset, getRunScript, getTitle, isActive, isCaughtException, isExceptionBreakpoint, isLineBreakpoint, isRunScriptOn, isStatic, isSuspend, isUncaughtException, setActive, setCaughtException, setExpression, setRunScript, setRunScriptOn, setStatic, setSuspend, setUncaughtException
-
-
-
-
Method Detail
-
isActiveWhenMuted
public boolean isActiveWhenMuted()
- Overrides:
isActiveWhenMuted
in classBreakpoint
-
isTemporary
public boolean isTemporary()
- Overrides:
isTemporary
in classBreakpoint
-
-