Documentation/Source/eric6.Debugger.DebugServer.html

changeset 5850
7fae79975686
parent 5711
50b6867ffcd3
child 5899
0516f6548ca6
--- a/Documentation/Source/eric6.Debugger.DebugServer.html	Sat Aug 26 17:10:43 2017 +0200
+++ b/Documentation/Source/eric6.Debugger.DebugServer.html	Sat Aug 26 19:26:07 2017 +0200
@@ -1106,11 +1106,11 @@
         Public slot to handle the preferencesChanged signal.
 </p><a NAME="DebugServer.registerDebuggerInterface" ID="DebugServer.registerDebuggerInterface"></a>
 <h4>DebugServer.registerDebuggerInterface</h4>
-<b>registerDebuggerInterface</b>(<i>name, getRegistryData</i>)
+<b>registerDebuggerInterface</b>(<i>interfaceName, getRegistryData</i>)
 <p>
         Public method to register a debugger interface.
 </p><dl>
-<dt><i>name</i> (str)</dt>
+<dt><i>interfaceName</i> (str)</dt>
 <dd>
 name of the debugger interface
 </dd><dt><i>getRegistryData</i> (function)</dt>
@@ -1848,13 +1848,13 @@
 </dd>
 </dl><a NAME="DebugServer.unregisterDebuggerInterface" ID="DebugServer.unregisterDebuggerInterface"></a>
 <h4>DebugServer.unregisterDebuggerInterface</h4>
-<b>unregisterDebuggerInterface</b>(<i>name</i>)
+<b>unregisterDebuggerInterface</b>(<i>interfaceName</i>)
 <p>
         Public method to unregister a debugger interface.
 </p><dl>
-<dt><i>name</i> (str)</dt>
+<dt><i>interfaceName</i> (str)</dt>
 <dd>
-name of the debugger interface
+interfaceName of the debugger interface
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial