Documentation/Source/eric6.Debugger.DebugServer.html

changeset 5850
7fae79975686
parent 5711
50b6867ffcd3
child 5899
0516f6548ca6
equal deleted inserted replaced
5849:512001065055 5850:7fae79975686
1104 <b>preferencesChanged</b>(<i></i>) 1104 <b>preferencesChanged</b>(<i></i>)
1105 <p> 1105 <p>
1106 Public slot to handle the preferencesChanged signal. 1106 Public slot to handle the preferencesChanged signal.
1107 </p><a NAME="DebugServer.registerDebuggerInterface" ID="DebugServer.registerDebuggerInterface"></a> 1107 </p><a NAME="DebugServer.registerDebuggerInterface" ID="DebugServer.registerDebuggerInterface"></a>
1108 <h4>DebugServer.registerDebuggerInterface</h4> 1108 <h4>DebugServer.registerDebuggerInterface</h4>
1109 <b>registerDebuggerInterface</b>(<i>name, getRegistryData</i>) 1109 <b>registerDebuggerInterface</b>(<i>interfaceName, getRegistryData</i>)
1110 <p> 1110 <p>
1111 Public method to register a debugger interface. 1111 Public method to register a debugger interface.
1112 </p><dl> 1112 </p><dl>
1113 <dt><i>name</i> (str)</dt> 1113 <dt><i>interfaceName</i> (str)</dt>
1114 <dd> 1114 <dd>
1115 name of the debugger interface 1115 name of the debugger interface
1116 </dd><dt><i>getRegistryData</i> (function)</dt> 1116 </dd><dt><i>getRegistryData</i> (function)</dt>
1117 <dd> 1117 <dd>
1118 reference to a function to be called 1118 reference to a function to be called
1846 flag indicating to start the debugger in a 1846 flag indicating to start the debugger in a
1847 console window (boolean) 1847 console window (boolean)
1848 </dd> 1848 </dd>
1849 </dl><a NAME="DebugServer.unregisterDebuggerInterface" ID="DebugServer.unregisterDebuggerInterface"></a> 1849 </dl><a NAME="DebugServer.unregisterDebuggerInterface" ID="DebugServer.unregisterDebuggerInterface"></a>
1850 <h4>DebugServer.unregisterDebuggerInterface</h4> 1850 <h4>DebugServer.unregisterDebuggerInterface</h4>
1851 <b>unregisterDebuggerInterface</b>(<i>name</i>) 1851 <b>unregisterDebuggerInterface</b>(<i>interfaceName</i>)
1852 <p> 1852 <p>
1853 Public method to unregister a debugger interface. 1853 Public method to unregister a debugger interface.
1854 </p><dl> 1854 </p><dl>
1855 <dt><i>name</i> (str)</dt> 1855 <dt><i>interfaceName</i> (str)</dt>
1856 <dd> 1856 <dd>
1857 name of the debugger interface 1857 interfaceName of the debugger interface
1858 </dd> 1858 </dd>
1859 </dl> 1859 </dl>
1860 <div align="right"><a href="#top">Up</a></div> 1860 <div align="right"><a href="#top">Up</a></div>
1861 <hr /> 1861 <hr />
1862 </body></html> 1862 </body></html>

eric ide

mercurial