eric6/Documentation/Source/eric6.DebugClients.Python.DebugClientBase.html

changeset 7015
b1a3094b33e1
parent 6942
2602857055c5
child 7273
391d6b7b1eff
--- a/eric6/Documentation/Source/eric6.DebugClients.Python.DebugClientBase.html	Sun May 19 12:30:02 2019 +0200
+++ b/eric6/Documentation/Source/eric6.DebugClients.Python.DebugClientBase.html	Sun May 19 12:35:24 2019 +0200
@@ -77,7 +77,7 @@
 object
 <h3>Class Attributes</h3>
 <table>
-<tr><td>Indicators</td></tr><tr><td>clientCapabilities</td></tr>
+<tr><td>Indicators</td></tr><tr><td>arrayTypes</td></tr><tr><td>clientCapabilities</td></tr>
 </table>
 <h3>Class Methods</h3>
 <table>
@@ -299,7 +299,7 @@
 </dd>
 </dl><a NAME="DebugClientBase.__dumpVariable" ID="DebugClientBase.__dumpVariable"></a>
 <h4>DebugClientBase.__dumpVariable</h4>
-<b>__dumpVariable</b>(<i>var, frmnr, scope, filterList, maxSize</i>)
+<b>__dumpVariable</b>(<i>var, frmnr, scope, filterList</i>)
 <p>
         Private method to return the variables of a frame to the debug server.
 </p><dl>
@@ -309,21 +309,16 @@
 </dd><dt><i>frmnr</i> (int)</dt>
 <dd>
 distance of frame reported on. 0 is the current frame
-</dd><dt><i>scope</i></dt>
+</dd><dt><i>scope</i> (int)</dt>
 <dd>
-1 to report global variables, 0 for local variables (int)
+1 to report global variables, 0 for local variables
 </dd><dt><i>filterList</i> (list of int)</dt>
 <dd>
 the indices of variable types to be filtered
-</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.
 </dd>
 </dl><a NAME="DebugClientBase.__dumpVariables" ID="DebugClientBase.__dumpVariables"></a>
 <h4>DebugClientBase.__dumpVariables</h4>
-<b>__dumpVariables</b>(<i>frmnr, scope, filterList, maxSize</i>)
+<b>__dumpVariables</b>(<i>frmnr, scope, filterList</i>)
 <p>
         Private method to return the variables of a frame to the debug server.
 </p><dl>
@@ -336,11 +331,6 @@
 </dd><dt><i>filterList</i> (list of int)</dt>
 <dd>
 the indices of variable types to be filtered
-</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.
 </dd>
 </dl><a NAME="DebugClientBase.__extractIndicators" ID="DebugClientBase.__extractIndicators"></a>
 <h4>DebugClientBase.__extractIndicators</h4>
@@ -385,7 +375,7 @@
 </dd>
 </dl><a NAME="DebugClientBase.__formatVariablesList" ID="DebugClientBase.__formatVariablesList"></a>
 <h4>DebugClientBase.__formatVariablesList</h4>
-<b>__formatVariablesList</b>(<i>keylist, dict_, scope, filterList=None, formatSequences=False, maxSize=0</i>)
+<b>__formatVariablesList</b>(<i>dict_, scope, filterList=None</i>)
 <p>
         Private method to produce a formated variables list.
 </p><p>
@@ -395,10 +385,7 @@
         expressions. The formated variables list (a list of tuples of 3
         values) is returned.
 </p><dl>
-<dt><i>keylist</i> (list of str)</dt>
-<dd>
-keys of the dictionary to be formatted
-</dd><dt><i>dict_</i> (dict)</dt>
+<dt><i>dict_</i> (dict)</dt>
 <dd>
 the dictionary to be scanned
 </dd><dt><i>scope</i> (int)</dt>
@@ -412,16 +399,6 @@
 the indices of variable types to be filtered.
             Variables are only added to the list, if their type is not
             contained in the filter list.
-</dd><dt><i>formatSequences</i> (bool)</dt>
-<dd>
-flag indicating, that sequence or dictionary
-            variables should be formatted. If it is 0 (or false), just the
-            number of items contained in these variables is returned.
-</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 placed in the value field.
 </dd>
 </dl><dl>
 <dt>Returns:</dt>

eric ide

mercurial