public class DebugContext extends Object
DebugContext
holds information relevant to current debugging session.Constructor and Description |
---|
DebugContext() |
DebugContext(DebugCommand command) |
Modifier and Type | Method and Description |
---|---|
void |
clearLastDebugLine() |
DebugCommand |
getCurrentCommand() |
LineNumberInfo |
getLastLine() |
String |
getWorkerId() |
boolean |
isCmdChanged() |
boolean |
isWorkerPaused() |
void |
setCurrentCommand(DebugCommand currentCommand) |
void |
setLastLine(LineNumberInfo lastLine) |
void |
setWorkerId(String workerId) |
void |
setWorkerPaused(boolean workerPaused) |
public DebugContext()
public DebugContext(DebugCommand command)
public DebugCommand getCurrentCommand()
public void setCurrentCommand(DebugCommand currentCommand)
public LineNumberInfo getLastLine()
public void setLastLine(LineNumberInfo lastLine)
public void clearLastDebugLine()
public String getWorkerId()
public void setWorkerId(String workerId)
public boolean isWorkerPaused()
public void setWorkerPaused(boolean workerPaused)
public boolean isCmdChanged()
Copyright © 2018 WSO2. All rights reserved.