eric6/Debugger/DebugUI.py

changeset 7986
2971d5d19951
parent 7962
4614e724b083
child 8008
ae9ab1e150dc
child 8009
29818ac4853c
equal deleted inserted replaced
7985:3a1ca2452c30 7986:2971d5d19951
1053 @param debuggerId ID of the debugger backend 1053 @param debuggerId ID of the debugger backend
1054 @type str 1054 @type str
1055 """ 1055 """
1056 self.__clientDebuggerIds.add(debuggerId) 1056 self.__clientDebuggerIds.add(debuggerId)
1057 1057
1058 def __clientLine(self, fn, line, debuggerId, forStack): 1058 def __clientLine(self, fn, line, debuggerId, threadName, forStack):
1059 """ 1059 """
1060 Private method to handle a change to the current line. 1060 Private method to handle a change to the current line.
1061 1061
1062 @param fn filename 1062 @param fn filename
1063 @type str 1063 @type str
1064 @param line linenumber 1064 @param line linenumber
1065 @type int 1065 @type int
1066 @param debuggerId ID of the debugger backend 1066 @param debuggerId ID of the debugger backend
1067 @type str
1068 @param threadName name of the thread signaling the event
1067 @type str 1069 @type str
1068 @param forStack flag indicating this is for a stack dump 1070 @param forStack flag indicating this is for a stack dump
1069 @type bool 1071 @type bool
1070 """ 1072 """
1071 self.ui.raise_() 1073 self.ui.raise_()

eric ide

mercurial