Documentation/Source/eric6.Debugger.DebugServer.html

changeset 6374
fcd97204ff16
parent 6352
4bdc6503df81
child 6376
201067699041
equal deleted inserted replaced
6373:739683aacc4a 6374:fcd97204ff16
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>interfaceName, getRegistryData</i>) 1109 <b>registerDebuggerInterface</b>(<i>interfaceName, getRegistryData, reregister=False</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>interfaceName</i> (str)</dt> 1113 <dt><i>interfaceName</i> (str)</dt>
1114 <dd> 1114 <dd>
1118 reference to a function to be called 1118 reference to a function to be called
1119 to get the debugger interface details. This method shall 1119 to get the debugger interface details. This method shall
1120 return the client language, the client capabilities, the 1120 return the client language, the client capabilities, the
1121 list of associated file extensions and a function reference 1121 list of associated file extensions and a function reference
1122 to create the debugger interface (see __createDebuggerInterface()) 1122 to create the debugger interface (see __createDebuggerInterface())
1123 </dd><dt><i>reregister</i> (bool)</dt>
1124 <dd>
1125 flag indicating to re-register the interface
1123 </dd> 1126 </dd>
1124 </dl><a NAME="DebugServer.remoteBanner" ID="DebugServer.remoteBanner"></a> 1127 </dl><a NAME="DebugServer.remoteBanner" ID="DebugServer.remoteBanner"></a>
1125 <h4>DebugServer.remoteBanner</h4> 1128 <h4>DebugServer.remoteBanner</h4>
1126 <b>remoteBanner</b>(<i></i>) 1129 <b>remoteBanner</b>(<i></i>)
1127 <p> 1130 <p>

eric ide

mercurial