Documentation/Source/eric6.Debugger.DebuggerInterfacePython3.html

changeset 4553
a6b2acd1a355
parent 3673
e26d7d0c1088
child 5144
1ab536d25072
diff -r b1ea4ea0190e -r a6b2acd1a355 Documentation/Source/eric6.Debugger.DebuggerInterfacePython3.html
--- a/Documentation/Source/eric6.Debugger.DebuggerInterfacePython3.html	Sat Nov 07 15:54:09 2015 +0100
+++ b/Documentation/Source/eric6.Debugger.DebuggerInterfacePython3.html	Sun Nov 08 17:01:39 2015 +0100
@@ -37,8 +37,11 @@
 <h3>Functions</h3>
 <table>
 <tr>
+<td><a href="#createDebuggerInterfacePython3">createDebuggerInterfacePython3</a></td>
+<td>Module function to create a debugger interface instance.</td>
+</tr><tr>
 <td><a href="#getRegistryData">getRegistryData</a></td>
-<td>Module function to get characterising data for the debugger interface.</td>
+<td>Module function to get characterizing data for the debugger interface.</td>
 </tr>
 </table>
 <hr /><hr />
@@ -802,16 +805,49 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr /><hr />
+<a NAME="createDebuggerInterfacePython3" ID="createDebuggerInterfacePython3"></a>
+<h2>createDebuggerInterfacePython3</h2>
+<b>createDebuggerInterfacePython3</b>(<i>debugServer, passive</i>)
+<p>
+    Module function to create a debugger interface instance.
+</p><p>
+
+</p><dl>
+<dt><i>debugServer</i> (DebugServer)</dt>
+<dd>
+reference to the debug server
+</dd><dt><i>passive</i> (bool)</dt>
+<dd>
+flag indicating passive connection mode
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+instantiated debugger interface
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+DebuggerInterfacePython
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr /><hr />
 <a NAME="getRegistryData" ID="getRegistryData"></a>
 <h2>getRegistryData</h2>
 <b>getRegistryData</b>(<i></i>)
 <p>
-    Module function to get characterising data for the debugger interface.
+    Module function to get characterizing data for the debugger interface.
 </p><dl>
 <dt>Returns:</dt>
 <dd>
-list of the following data. Client type (string), client
-        capabilities (integer), client type association (list of strings)
+tuple containing  client type, client capabilities, client file
+        type associations and reference to creation function
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+tuple of (str, int, list of str, function)
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial