feat:Support debug other source in doric project

This commit is contained in:
pengfei.zhou
2021-03-02 15:49:10 +08:00
committed by osborn
parent cd74a60c9e
commit 88dc9c9334
3 changed files with 14 additions and 2 deletions

View File

@@ -145,6 +145,7 @@ public class DoricDev {
public void requestDebugging(DoricContext context) {
wsClient.sendToServer("DEBUG", new JSONBuilder()
.put("source", context.getSource())
.put("script", context.getScript())
.toJSONObject());
}