| Package | Description |
|---|---|
| io.siddhi.sdk.launcher.debug | |
| io.siddhi.sdk.launcher.debug.internal |
| Modifier and Type | Method and Description |
|---|---|
VMDebugSession |
VMDebugManager.getDebugSession() |
| Modifier and Type | Method and Description |
|---|---|
void |
VMDebugManager.notifyComplete(VMDebugSession debugSession)
Notify client when debugger has finish execution.
|
void |
VMDebugManager.notifyDebugHit(VMDebugSession debugSession,
BreakPointInfo breakPointInfo)
Send a message to the debug client when a breakpoint is hit.
|
void |
VMDebugManager.notifyExit(VMDebugSession debugSession)
Notify client when the debugger is exiting.
|
void |
VMDebugServer.pushMessageToClient(VMDebugSession debugSession,
MessageDTO status)
Push message to client.
|
| Modifier and Type | Method and Description |
|---|---|
VMDebugSession |
DebuggerEventStreamService.getDebugSession() |
| Modifier and Type | Method and Description |
|---|---|
void |
DebuggerEventStreamService.setDebugSession(VMDebugSession debugSession) |
Copyright © 2019 WSO2. All rights reserved.