src/eric7/Debugger/DebugServer.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11090
f5f5f5803935
child 11155
e1843b6efa73
equal deleted inserted replaced
11147:dee6e106b4d3 11148:15e30f0c76a8
1624 self.debuggerInterface.remoteClientVariables( 1624 self.debuggerInterface.remoteClientVariables(
1625 debuggerId, scope, filterList, framenr, self.__maxVariableSize 1625 debuggerId, scope, filterList, framenr, self.__maxVariableSize
1626 ) 1626 )
1627 1627
1628 def remoteClientVariable( 1628 def remoteClientVariable(
1629 self, debuggerId, scope, filterList, var, framenr=0, maxSize=0 # noqa: U100 1629 self, debuggerId, scope, filterList, var, framenr=0, maxSize=0 # noqa: U-100
1630 ): 1630 ):
1631 """ 1631 """
1632 Public method to request the variables of the debugged program. 1632 Public method to request the variables of the debugged program.
1633 1633
1634 @param debuggerId ID of the debugger backend 1634 @param debuggerId ID of the debugger backend

eric ide

mercurial