diff -r 739683aacc4a -r fcd97204ff16 Documentation/Source/eric6.Debugger.DebugServer.html --- a/Documentation/Source/eric6.Debugger.DebugServer.html Wed Jun 27 18:43:11 2018 +0200 +++ b/Documentation/Source/eric6.Debugger.DebugServer.html Wed Jun 27 18:44:54 2018 +0200 @@ -1106,7 +1106,7 @@ Public slot to handle the preferencesChanged signal. </p><a NAME="DebugServer.registerDebuggerInterface" ID="DebugServer.registerDebuggerInterface"></a> <h4>DebugServer.registerDebuggerInterface</h4> -<b>registerDebuggerInterface</b>(<i>interfaceName, getRegistryData</i>) +<b>registerDebuggerInterface</b>(<i>interfaceName, getRegistryData, reregister=False</i>) <p> Public method to register a debugger interface. </p><dl> @@ -1120,6 +1120,9 @@ return the client language, the client capabilities, the list of associated file extensions and a function reference to create the debugger interface (see __createDebuggerInterface()) +</dd><dt><i>reregister</i> (bool)</dt> +<dd> +flag indicating to re-register the interface </dd> </dl><a NAME="DebugServer.remoteBanner" ID="DebugServer.remoteBanner"></a> <h4>DebugServer.remoteBanner</h4>