eric6/Debugger/DebugUI.py

changeset 7986
2971d5d19951
parent 7962
4614e724b083
child 8008
ae9ab1e150dc
child 8009
29818ac4853c
--- 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
         """

eric ide

mercurial