| Package | Description |
|---|---|
| org.ballerinalang.util.codegen | |
| org.ballerinalang.util.codegen.attributes | |
| org.ballerinalang.util.debugger |
| Modifier and Type | Method and Description |
|---|---|
LineNumberInfo |
PackageInfo.getLineNumberInfo(int currentIP)
This gets the line number info given the IP.
|
LineNumberInfo |
PackageInfo.getLineNumberInfo(LineNumberInfo lineNumberInfo) |
| Modifier and Type | Method and Description |
|---|---|
LineNumberInfo |
PackageInfo.getLineNumberInfo(LineNumberInfo lineNumberInfo) |
| Modifier and Type | Method and Description |
|---|---|
LineNumberInfo[] |
LineNumberTableAttributeInfo.getLineNumberInfoEntries() |
| Modifier and Type | Method and Description |
|---|---|
List<LineNumberInfo> |
LineNumberTableAttributeInfo.getLineNumberInfoList() |
| Modifier and Type | Method and Description |
|---|---|
void |
LineNumberTableAttributeInfo.addLineNumberInfo(LineNumberInfo lineNumberInfo) |
| Modifier and Type | Method and Description |
|---|---|
LineNumberInfo |
DebugContext.getLastLine() |
LineNumberInfo |
Debugger.getLineNumber(String packagePath,
int ip)
Helper method to get line number for given ip.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Debugger.notifyDebugHit(WorkerExecutionContext ctx,
LineNumberInfo currentExecLine,
String workerId)
Send a message to the debug client when a breakpoint is hit.
|
void |
DebugContext.setLastLine(LineNumberInfo lastLine) |
Copyright © 2018 WSO2. All rights reserved.