public class Breakpoint extends Object implements IJsonIO
| Modifier and Type | Field and Description |
|---|---|
static LocklessLazyVar<Breakpoint> |
ANY_EXCEPTION |
| Constructor and Description |
|---|
Breakpoint(String fqnException,
boolean notifyCaught,
boolean notifyUncaught) |
Breakpoint(String fqnException,
boolean notifyCaught,
boolean notifyUncaught,
boolean staticBp) |
Breakpoint(String fqn,
int line) |
Breakpoint(String fqn,
int line,
String expr) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
condition() |
String |
getExpression() |
String |
getFqn() |
int |
getLine() |
int |
getOffset() |
String |
getRunScript() |
String |
getTitle() |
boolean |
isActive() |
boolean |
isActiveWhenMuted() |
boolean |
isCaughtException() |
boolean |
isExceptionBreakpoint() |
boolean |
isLineBreakpoint() |
boolean |
isRunScriptOn() |
boolean |
isStatic() |
boolean |
isSuspend() |
boolean |
isTemporary() |
boolean |
isUncaughtException() |
void |
setActive(boolean active) |
void |
setCaughtException(boolean caughtException) |
void |
setExpression(String expr) |
void |
setRunScript(String runScript) |
void |
setRunScriptOn(boolean bRunScript) |
void |
setStatic(boolean aStatic) |
void |
setSuspend(boolean suspend) |
void |
setUncaughtException(boolean uncaughtException) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisSimpleType, isSimpleType, load, loadFields, read, read, readList, readList, save, saveFields, write, write, writeListpublic static final LocklessLazyVar<Breakpoint> ANY_EXCEPTION
public Breakpoint(String fqnException, boolean notifyCaught, boolean notifyUncaught)
public Breakpoint(String fqnException, boolean notifyCaught, boolean notifyUncaught, boolean staticBp)
public Breakpoint(String fqn, int line)
public boolean isLineBreakpoint()
public boolean isExceptionBreakpoint()
public boolean isActive()
public void setActive(boolean active)
public String getTitle()
public String getFqn()
public int getLine()
public int getOffset()
public String getExpression()
public void setExpression(String expr)
public boolean isActiveWhenMuted()
public boolean isTemporary()
public boolean condition()
public boolean isStatic()
public void setStatic(boolean aStatic)
public boolean isSuspend()
public void setSuspend(boolean suspend)
public boolean isRunScriptOn()
public void setRunScriptOn(boolean bRunScript)
public String getRunScript()
public void setRunScript(String runScript)
public boolean isCaughtException()
public void setCaughtException(boolean caughtException)
public boolean isUncaughtException()
public void setUncaughtException(boolean uncaughtException)
Copyright © 2017. All rights reserved.