--- a/eric6/Debugger/DebugUI.py Fri Jan 15 19:46:04 2021 +0100 +++ b/eric6/Debugger/DebugUI.py Fri Jan 15 19:49:36 2021 +0100 @@ -1055,7 +1055,7 @@ """ self.__clientDebuggerIds.add(debuggerId) - def __clientLine(self, fn, line, debuggerId, forStack): + def __clientLine(self, fn, line, debuggerId, threadName, forStack): """ Private method to handle a change to the current line. @@ -1065,6 +1065,8 @@ @type int @param debuggerId ID of the debugger backend @type str + @param threadName name of the thread signaling the event + @type str @param forStack flag indicating this is for a stack dump @type bool """