Package editor.debugger
Class Breakpoint
java.lang.Object
editor.debugger.Breakpoint
- All Implemented Interfaces:
IJsonIO
- Direct Known Subclasses:
RunToCursorBreakpoint
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBreakpoint(String fqnException, boolean notifyCaught, boolean notifyUncaught) Breakpoint(String fqnException, boolean notifyCaught, boolean notifyUncaught, boolean staticBp) Breakpoint(String fqn, String fqnDeclaring, int line) Breakpoint(String fqn, String fqnDeclaring, int line, String expr) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetFqn()intgetLine()intgetTitle()booleanisActive()booleanbooleanbooleanbooleanbooleanbooleanisStatic()booleanbooleanbooleanvoidsetActive(boolean active) voidsetCaughtException(boolean caughtException) voidsetExpression(String expr) voidsetRunScript(String runScript) voidsetRunScriptOn(boolean bRunScript) voidsetStatic(boolean aStatic) voidsetSuspend(boolean suspend) voidsetUncaughtException(boolean uncaughtException)
-
Field Details
-
ANY_EXCEPTION
-
-
Constructor Details
-
Breakpoint
-
Breakpoint
public Breakpoint(String fqnException, boolean notifyCaught, boolean notifyUncaught, boolean staticBp) -
Breakpoint
-
Breakpoint
-
-
Method Details
-
isLineBreakpoint
public boolean isLineBreakpoint() -
isExceptionBreakpoint
public boolean isExceptionBreakpoint() -
isActive
public boolean isActive() -
setActive
public void setActive(boolean active) -
getTitle
-
getFqn
-
getDeclaringFqn
-
getDeclaringFqn_Java
-
getLine
public int getLine() -
getOffset
public int getOffset() -
getExpression
-
setExpression
-
isActiveWhenMuted
public boolean isActiveWhenMuted() -
isTemporary
public boolean isTemporary() -
condition
public boolean condition() -
isStatic
public boolean isStatic() -
setStatic
public void setStatic(boolean aStatic) -
isSuspend
public boolean isSuspend() -
setSuspend
public void setSuspend(boolean suspend) -
isRunScriptOn
public boolean isRunScriptOn() -
setRunScriptOn
public void setRunScriptOn(boolean bRunScript) -
getRunScript
-
setRunScript
-
isCaughtException
public boolean isCaughtException() -
setCaughtException
public void setCaughtException(boolean caughtException) -
isUncaughtException
public boolean isUncaughtException() -
setUncaughtException
public void setUncaughtException(boolean uncaughtException)
-