src/eric7/Debugger/DebugServer.py

branch
eric7-maintenance
changeset 11155
e1843b6efa73
parent 11118
967a88a16a21
parent 11148
15e30f0c76a8
equal deleted inserted replaced
11126:32d0ec15eba0 11155:e1843b6efa73
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