--- 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