eric6/Debugger/DebuggerInterfacePython.py

changeset 8138
169e65a6787c
parent 8075
6774034a1e0f
child 8142
43248bafe9b2
child 8163
29fb6d420a25
--- a/eric6/Debugger/DebuggerInterfacePython.py	Sat Feb 27 11:28:22 2021 +0100
+++ b/eric6/Debugger/DebuggerInterfacePython.py	Sat Feb 27 12:08:23 2021 +0100
@@ -1510,6 +1510,8 @@
             self.debugServer.signalClientExit(
                 params["program"], params["status"], params["message"],
                 params["debuggerId"])
+            if params["debuggerId"] == self.__master:
+                self.debugServer.signalMainClientExit()
         
         elif method == "PassiveStartup":
             self.debugServer.passiveStartUp(

eric ide

mercurial