Documentation/Source/eric5.Debugger.DebuggerInterfacePython.html

changeset 945
8cd4d08fa9f6
parent 440
69ace3e2dcf6
child 1183
4285148ea20f
--- a/Documentation/Source/eric5.Debugger.DebuggerInterfacePython.html	Fri Mar 11 08:55:14 2011 +0100
+++ b/Documentation/Source/eric5.Debugger.DebuggerInterfacePython.html	Fri Mar 11 16:51:57 2011 +0100
@@ -213,7 +213,7 @@
         Private method to ask the user which branch of a fork to follow.
 </p><a NAME="DebuggerInterfacePython.__identityTranslation" ID="DebuggerInterfacePython.__identityTranslation"></a>
 <h4>DebuggerInterfacePython.__identityTranslation</h4>
-<b>__identityTranslation</b>(<i>fn, remote2local = True</i>)
+<b>__identityTranslation</b>(<i>fn, remote2local=True</i>)
 <p>
         Private method to perform the identity path translation.
 </p><dl>
@@ -237,7 +237,7 @@
         Private method to handle data from the client.
 </p><a NAME="DebuggerInterfacePython.__remoteTranslation" ID="DebuggerInterfacePython.__remoteTranslation"></a>
 <h4>DebuggerInterfacePython.__remoteTranslation</h4>
-<b>__remoteTranslation</b>(<i>fn, remote2local = True</i>)
+<b>__remoteTranslation</b>(<i>fn, remote2local=True</i>)
 <p>
         Private method to perform the path translation.
 </p><dl>
@@ -266,7 +266,7 @@
 </dd>
 </dl><a NAME="DebuggerInterfacePython.__startProcess" ID="DebuggerInterfacePython.__startProcess"></a>
 <h4>DebuggerInterfacePython.__startProcess</h4>
-<b>__startProcess</b>(<i>program, arguments, environment = None</i>)
+<b>__startProcess</b>(<i>program, arguments, environment=None</i>)
 <p>
         Private method to start the debugger client process.
 </p><dl>
@@ -332,7 +332,7 @@
         Public slot to get the banner info of the remote client.
 </p><a NAME="DebuggerInterfacePython.remoteBreakpoint" ID="DebuggerInterfacePython.remoteBreakpoint"></a>
 <h4>DebuggerInterfacePython.remoteBreakpoint</h4>
-<b>remoteBreakpoint</b>(<i>fn, line, set, cond = None, temp = False</i>)
+<b>remoteBreakpoint</b>(<i>fn, line, set, cond=None, temp=False</i>)
 <p>
         Public method to set or clear a breakpoint.
 </p><dl>
@@ -404,7 +404,7 @@
 </dd>
 </dl><a NAME="DebuggerInterfacePython.remoteClientVariable" ID="DebuggerInterfacePython.remoteClientVariable"></a>
 <h4>DebuggerInterfacePython.remoteClientVariable</h4>
-<b>remoteClientVariable</b>(<i>scope, filter, var, framenr = 0</i>)
+<b>remoteClientVariable</b>(<i>scope, filter, var, framenr=0</i>)
 <p>
         Public method to request the variables of the debugged program.
 </p><dl>
@@ -423,7 +423,7 @@
 </dd>
 </dl><a NAME="DebuggerInterfacePython.remoteClientVariables" ID="DebuggerInterfacePython.remoteClientVariables"></a>
 <h4>DebuggerInterfacePython.remoteClientVariables</h4>
-<b>remoteClientVariables</b>(<i>scope, filter, framenr = 0</i>)
+<b>remoteClientVariables</b>(<i>scope, filter, framenr=0</i>)
 <p>
         Public method to request the variables of the debugged program.
 </p><dl>
@@ -450,7 +450,7 @@
 </dd>
 </dl><a NAME="DebuggerInterfacePython.remoteContinue" ID="DebuggerInterfacePython.remoteContinue"></a>
 <h4>DebuggerInterfacePython.remoteContinue</h4>
-<b>remoteContinue</b>(<i>special = False</i>)
+<b>remoteContinue</b>(<i>special=False</i>)
 <p>
         Public method to continue the debugged program.
 </p><dl>
@@ -460,7 +460,7 @@
 </dd>
 </dl><a NAME="DebuggerInterfacePython.remoteCoverage" ID="DebuggerInterfacePython.remoteCoverage"></a>
 <h4>DebuggerInterfacePython.remoteCoverage</h4>
-<b>remoteCoverage</b>(<i>fn, argv, wd, erase = False</i>)
+<b>remoteCoverage</b>(<i>fn, argv, wd, erase=False</i>)
 <p>
         Public method to load a new program to collect coverage data.
 </p><dl>
@@ -510,7 +510,7 @@
 </dd>
 </dl><a NAME="DebuggerInterfacePython.remoteLoad" ID="DebuggerInterfacePython.remoteLoad"></a>
 <h4>DebuggerInterfacePython.remoteLoad</h4>
-<b>remoteLoad</b>(<i>fn, argv, wd, traceInterpreter = False, autoContinue = True, autoFork = False, forkChild = False</i>)
+<b>remoteLoad</b>(<i>fn, argv, wd, traceInterpreter=False, autoContinue=True, autoFork=False, forkChild=False</i>)
 <p>
         Public method to load a new program to debug.
 </p><dl>
@@ -540,7 +540,7 @@
 </dd>
 </dl><a NAME="DebuggerInterfacePython.remoteProfile" ID="DebuggerInterfacePython.remoteProfile"></a>
 <h4>DebuggerInterfacePython.remoteProfile</h4>
-<b>remoteProfile</b>(<i>fn, argv, wd, erase = False</i>)
+<b>remoteProfile</b>(<i>fn, argv, wd, erase=False</i>)
 <p>
         Public method to load a new program to collect profiling data.
 </p><dl>
@@ -569,7 +569,7 @@
 </dd>
 </dl><a NAME="DebuggerInterfacePython.remoteRun" ID="DebuggerInterfacePython.remoteRun"></a>
 <h4>DebuggerInterfacePython.remoteRun</h4>
-<b>remoteRun</b>(<i>fn, argv, wd, autoFork = False, forkChild = False</i>)
+<b>remoteRun</b>(<i>fn, argv, wd, autoFork=False, forkChild=False</i>)
 <p>
         Public method to load a new program to run.
 </p><dl>
@@ -603,7 +603,7 @@
 <h4>DebuggerInterfacePython.remoteStatement</h4>
 <b>remoteStatement</b>(<i>stmt</i>)
 <p>
-        Public method to execute a Python statement.  
+        Public method to execute a Python statement.
 </p><dl>
 <dt><i>stmt</i></dt>
 <dd>
@@ -673,7 +673,7 @@
         Public method to stop a unittest run.
 </p><a NAME="DebuggerInterfacePython.remoteWatchpoint" ID="DebuggerInterfacePython.remoteWatchpoint"></a>
 <h4>DebuggerInterfacePython.remoteWatchpoint</h4>
-<b>remoteWatchpoint</b>(<i>cond, set, temp = False</i>)
+<b>remoteWatchpoint</b>(<i>cond, set, temp=False</i>)
 <p>
         Public method to set or clear a watch expression.
 </p><dl>

eric ide

mercurial