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

@@ -229,7 +229,8 @@ - (void)stopDebugging:(BOOL)resume {
- (void)requestDebugging:(DoricContext *)context {
[self.wsClient sendToServer:@"DEBUG" payload:@{
@"source": context.source
@"source": context.source,
@"script": context.script,
}];
}