eric6/Debugger/DebugServer.py

changeset 8349
b43cf23955aa
parent 8243
cc717c2ae956
child 8400
b3eefd7e58d1
equal deleted inserted replaced
8329:c823968b9602 8349:b43cf23955aa
1741 1741
1742 def signalClientVariables(self, scope, variables, debuggerId): 1742 def signalClientVariables(self, scope, variables, debuggerId):
1743 """ 1743 """
1744 Public method to process the client variables info. 1744 Public method to process the client variables info.
1745 1745
1746 @param scope scope of the variables (-1 = empty global, 1 = global, 1746 @param scope scope of the variables
1747 0 = local) 1747 (-2 = no frame found, -1 = empty locals, 1 = global, 0 = local)
1748 @type int 1748 @type int
1749 @param variables the list of variables from the client 1749 @param variables the list of variables from the client
1750 @type list 1750 @type list
1751 @param debuggerId ID of the debugger backend 1751 @param debuggerId ID of the debugger backend
1752 @type str 1752 @type str

eric ide

mercurial