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