feat:Support debug other source in doric project
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user