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 |