eric6/Debugger/CallTraceViewer.py

branch
multi_processing
changeset 7421
4a9900aef04e
parent 7379
72a72fd56494
child 7564
787684e6f2f3
--- a/eric6/Debugger/CallTraceViewer.py	Sun Feb 16 12:42:12 2020 +0100
+++ b/eric6/Debugger/CallTraceViewer.py	Sun Feb 16 16:14:25 2020 +0100
@@ -300,11 +300,13 @@
         """
         return self.__callTraceEnabled
     
-    @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 slot to handle a debug client 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