feat:debug support multi entry and fix some bugs

This commit is contained in:
pengfeizhou
2021-02-24 19:13:19 +08:00
committed by osborn
parent 0e7f68a2c2
commit d56281a77f
6 changed files with 51 additions and 31 deletions

View File

@@ -64,6 +64,7 @@ public class DoricDev {
}
public void closeDevMode() {
stopDebugging(true);
if (wsClient != null) {
wsClient.close();
wsClient = null;