eric6/Debugger/DebugViewer.py

branch
multi_processing
changeset 7421
4a9900aef04e
parent 7418
6214fa980a9d
child 7564
787684e6f2f3
--- a/eric6/Debugger/DebugViewer.py	Sun Feb 16 12:42:12 2020 +0100
+++ b/eric6/Debugger/DebugViewer.py	Sun Feb 16 16:14:25 2020 +0100
@@ -439,11 +439,13 @@
         if debuggerId != self.getSelectedDebuggerId():
             self.__debuggersCombo.setCurrentText(debuggerId)
     
-    @pyqtSlot(int, str, bool, str)
-    def __clientExit(self, status, message, quiet, debuggerId):
+    @pyqtSlot(str, int, str, bool, str)
+    def __clientExit(self, program, status, message, quiet, debuggerId):
         """
         Private method to handle the debugged program terminating.
         
+        @param program name of the exited program
+        @type str
         @param status exit code of the debugged program
         @type int
         @param message exit message of the debugged program

eric ide

mercurial