--- a/Documentation/Source/eric6.Debugger.DebuggerInterfacePython.html Tue Nov 07 19:37:17 2017 +0100 +++ b/Documentation/Source/eric6.Debugger.DebuggerInterfacePython.html Wed Nov 08 19:05:55 2017 +0100 @@ -443,38 +443,48 @@ </dd> </dl><a NAME="DebuggerInterfacePython.remoteClientVariable" ID="DebuggerInterfacePython.remoteClientVariable"></a> <h4>DebuggerInterfacePython.remoteClientVariable</h4> -<b>remoteClientVariable</b>(<i>scope, filterList, var, framenr=0</i>) +<b>remoteClientVariable</b>(<i>scope, filterList, var, framenr=0, maxSize=0</i>) <p> Public method to request the variables of the debugged program. </p><dl> -<dt><i>scope</i></dt> +<dt><i>scope</i> (int)</dt> <dd> the scope of the variables (0 = local, 1 = global) -</dd><dt><i>filterList</i></dt> +</dd><dt><i>filterList</i> (list of int)</dt> <dd> -list of variable types to filter out (list of int) -</dd><dt><i>var</i></dt> +list of variable types to filter out +</dd><dt><i>var</i> (list of str)</dt> <dd> -list encoded name of variable to retrieve (string) -</dd><dt><i>framenr</i></dt> +list encoded name of variable to retrieve +</dd><dt><i>framenr</i> (int)</dt> <dd> -framenumber of the variables to retrieve (int) +framenumber of the variables to retrieve +</dd><dt><i>maxSize</i> (int)</dt> +<dd> +maximum size the formatted value of a variable will + be shown. If it is bigger than that, a 'too big' indication will + be given (@@TOO_BIG_TO_SHOW@@). </dd> </dl><a NAME="DebuggerInterfacePython.remoteClientVariables" ID="DebuggerInterfacePython.remoteClientVariables"></a> <h4>DebuggerInterfacePython.remoteClientVariables</h4> -<b>remoteClientVariables</b>(<i>scope, filterList, framenr=0</i>) +<b>remoteClientVariables</b>(<i>scope, filterList, framenr=0, maxSize=0</i>) <p> Public method to request the variables of the debugged program. </p><dl> -<dt><i>scope</i></dt> +<dt><i>scope</i> (int)</dt> <dd> the scope of the variables (0 = local, 1 = global) -</dd><dt><i>filterList</i></dt> +</dd><dt><i>filterList</i> (list of int)</dt> +<dd> +list of variable types to filter out +</dd><dt><i>framenr</i> (int)</dt> <dd> -list of variable types to filter out (list of int) -</dd><dt><i>framenr</i></dt> +framenumber of the variables to retrieve +</dd><dt><i>maxSize</i> (int)</dt> <dd> -framenumber of the variables to retrieve (int) +maximum size the formatted value of a variable will + be shown. If it is bigger than that, a 'too big' indication will + be given (@@TOO_BIG_TO_SHOW@@). </dd> </dl><a NAME="DebuggerInterfacePython.remoteCompletion" ID="DebuggerInterfacePython.remoteCompletion"></a> <h4>DebuggerInterfacePython.remoteCompletion</h4>