Documentation/Source/eric6.Debugger.DebuggerInterfacePython3.html

changeset 5606
da305d172769
parent 5144
1ab536d25072
child 5662
2c99fa1072b6
diff -r 1950fe1a32c4 -r da305d172769 Documentation/Source/eric6.Debugger.DebuggerInterfacePython3.html
--- a/Documentation/Source/eric6.Debugger.DebuggerInterfacePython3.html	Sat Mar 11 19:17:59 2017 +0100
+++ b/Documentation/Source/eric6.Debugger.DebuggerInterfacePython3.html	Sat Mar 11 19:18:57 2017 +0100
@@ -419,27 +419,28 @@
         Public slot to get the debug clients capabilities.
 </p><a NAME="DebuggerInterfacePython3.remoteClientSetFilter" ID="DebuggerInterfacePython3.remoteClientSetFilter"></a>
 <h4>DebuggerInterfacePython3.remoteClientSetFilter</h4>
-<b>remoteClientSetFilter</b>(<i>scope, filter</i>)
+<b>remoteClientSetFilter</b>(<i>scope, filterStr</i>)
 <p>
         Public method to set a variables filter list.
 </p><dl>
 <dt><i>scope</i></dt>
 <dd>
 the scope of the variables (0 = local, 1 = global)
-</dd><dt><i>filter</i></dt>
+</dd><dt><i>filterStr</i></dt>
 <dd>
-regexp string for variable names to filter out (string)
+regexp string for variable names to filter out
+            (string)
 </dd>
 </dl><a NAME="DebuggerInterfacePython3.remoteClientVariable" ID="DebuggerInterfacePython3.remoteClientVariable"></a>
 <h4>DebuggerInterfacePython3.remoteClientVariable</h4>
-<b>remoteClientVariable</b>(<i>scope, filter, var, framenr=0</i>)
+<b>remoteClientVariable</b>(<i>scope, filterList, var, framenr=0</i>)
 <p>
         Public method to request the variables of the debugged program.
 </p><dl>
 <dt><i>scope</i></dt>
 <dd>
 the scope of the variables (0 = local, 1 = global)
-</dd><dt><i>filter</i></dt>
+</dd><dt><i>filterList</i></dt>
 <dd>
 list of variable types to filter out (list of int)
 </dd><dt><i>var</i></dt>
@@ -451,14 +452,14 @@
 </dd>
 </dl><a NAME="DebuggerInterfacePython3.remoteClientVariables" ID="DebuggerInterfacePython3.remoteClientVariables"></a>
 <h4>DebuggerInterfacePython3.remoteClientVariables</h4>
-<b>remoteClientVariables</b>(<i>scope, filter, framenr=0</i>)
+<b>remoteClientVariables</b>(<i>scope, filterList, framenr=0</i>)
 <p>
         Public method to request the variables of the debugged program.
 </p><dl>
 <dt><i>scope</i></dt>
 <dd>
 the scope of the variables (0 = local, 1 = global)
-</dd><dt><i>filter</i></dt>
+</dd><dt><i>filterList</i></dt>
 <dd>
 list of variable types to filter out (list of int)
 </dd><dt><i>framenr</i></dt>

eric ide

mercurial