--- a/Documentation/Source/eric5.Debugger.DebugServer.html Tue Mar 11 20:07:05 2014 +0100 +++ b/Documentation/Source/eric5.Debugger.DebugServer.html Wed Mar 12 18:44:34 2014 +0100 @@ -86,6 +86,10 @@ <dd> emitted if the client went away (planned or unplanned) +</dd><dt>clientInterpreterChanged(str)</dt> +<dd> +emitted to signal a change of the + client interpreter </dd><dt>clientLine(filename, lineno, forStack)</dt> <dd> emitted after the @@ -313,6 +317,9 @@ <td><a href="#DebugServer.getClientCapabilities">getClientCapabilities</a></td> <td>Public method to retrieve the debug clients capabilities.</td> </tr><tr> +<td><a href="#DebugServer.getClientInterpreter">getClientInterpreter</a></td> +<td>Public method to get the interpreter of the debug client.</td> +</tr><tr> <td><a href="#DebugServer.getExtensions">getExtensions</a></td> <td>Public slot to get the extensions associated with the given language.</td> </tr><tr> @@ -956,6 +963,16 @@ <dd> debug client capabilities (integer) </dd> +</dl><a NAME="DebugServer.getClientInterpreter" ID="DebugServer.getClientInterpreter"></a> +<h4>DebugServer.getClientInterpreter</h4> +<b>getClientInterpreter</b>(<i></i>) +<p> + Public method to get the interpreter of the debug client. +</p><dl> +<dt>Returns:</dt> +<dd> +interpreter of the debug client (string) +</dd> </dl><a NAME="DebugServer.getExtensions" ID="DebugServer.getExtensions"></a> <h4>DebugServer.getExtensions</h4> <b>getExtensions</b>(<i>language</i>)