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

changeset 5606
da305d172769
parent 5245
e1908fd9deac
child 5651
982465f8389c
--- a/Documentation/Source/eric6.DebugClients.Python.DebugClientBase.html	Sat Mar 11 19:17:59 2017 +0100
+++ b/Documentation/Source/eric6.DebugClients.Python.DebugClientBase.html	Sat Mar 11 19:18:57 2017 +0100
@@ -274,7 +274,7 @@
 </dd>
 </dl><a NAME="DebugClientBase.__dumpVariable" ID="DebugClientBase.__dumpVariable"></a>
 <h4>DebugClientBase.__dumpVariable</h4>
-<b>__dumpVariable</b>(<i>var, frmnr, scope, filter</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>
@@ -289,14 +289,14 @@
 </dd><dt><i>scope</i></dt>
 <dd>
 1 to report global variables, 0 for local variables (int)
-</dd><dt><i>filter</i></dt>
+</dd><dt><i>filterList</i></dt>
 <dd>
 the indices of variable types to be filtered
             (list of int)
 </dd>
 </dl><a NAME="DebugClientBase.__dumpVariables" ID="DebugClientBase.__dumpVariables"></a>
 <h4>DebugClientBase.__dumpVariables</h4>
-<b>__dumpVariables</b>(<i>frmnr, scope, filter</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>
@@ -307,7 +307,7 @@
 </dd><dt><i>scope</i></dt>
 <dd>
 1 to report global variables, 0 for local variables (int)
-</dd><dt><i>filter</i></dt>
+</dd><dt><i>filterList</i></dt>
 <dd>
 the indices of variable types to be filtered
             (list of int)
@@ -355,7 +355,7 @@
 </dd>
 </dl><a NAME="DebugClientBase.__formatVariablesList" ID="DebugClientBase.__formatVariablesList"></a>
 <h4>DebugClientBase.__formatVariablesList</h4>
-<b>__formatVariablesList</b>(<i>keylist, dict_, scope, filter=[], formatSequences=False</i>)
+<b>__formatVariablesList</b>(<i>keylist, dict_, scope, filterList=[], formatSequences=False</i>)
 <p>
         Private method to produce a formated variables list.
 </p><p>
@@ -377,11 +377,11 @@
             filter (int).
             Variables are only added to the list, if their name do not match
             any of the filter expressions.
-</dd><dt><i>filter</i></dt>
+</dd><dt><i>filterList</i></dt>
 <dd>
-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.
+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></dt>
 <dd>
 flag indicating, that sequence or dictionary
@@ -825,12 +825,12 @@
 </dd>
 </dl><a NAME="DebugClientBase.sessionClose" ID="DebugClientBase.sessionClose"></a>
 <h4>DebugClientBase.sessionClose</h4>
-<b>sessionClose</b>(<i>exit=True</i>)
+<b>sessionClose</b>(<i>terminate=True</i>)
 <p>
         Public method to close the session with the debugger and optionally
         terminate.
 </p><dl>
-<dt><i>exit</i></dt>
+<dt><i>terminate</i></dt>
 <dd>
 flag indicating to terminate (boolean)
 </dd>

eric ide

mercurial