Package | Description |
---|---|
org.ballerinalang.util.debugger | |
org.ballerinalang.util.debugger.util |
Modifier and Type | Method and Description |
---|---|
void |
VMDebugClientHandler.notifyHalt(MessageDTO message) |
void |
DebugClientHandler.notifyHalt(MessageDTO message)
Called when executor hits a break point.
|
void |
VMDebugClientHandler.sendCustomMsg(MessageDTO message) |
void |
DebugClientHandler.sendCustomMsg(MessageDTO message)
Send a custom message to the client.
|
Modifier and Type | Method and Description |
---|---|
static String |
DebugMsgUtil.getMsgString(MessageDTO msg)
Method to generate json message from the MessageDTO object instance.
|
Copyright © 2018 WSO2. All rights reserved.