Documentation/Source/eric5.Debugger.DebugServer.html

changeset 3358
57af7e9fda48
parent 3018
70924c0bdaf1
child 3654
ffeb85cdc72d
equal deleted inserted replaced
3357:2390df6f42ba 3358:57af7e9fda48
84 exited 84 exited
85 </dd><dt>clientGone(bool)</dt> 85 </dd><dt>clientGone(bool)</dt>
86 <dd> 86 <dd>
87 emitted if the client went away (planned or 87 emitted if the client went away (planned or
88 unplanned) 88 unplanned)
89 </dd><dt>clientInterpreterChanged(str)</dt>
90 <dd>
91 emitted to signal a change of the
92 client interpreter
89 </dd><dt>clientLine(filename, lineno, forStack)</dt> 93 </dd><dt>clientLine(filename, lineno, forStack)</dt>
90 <dd> 94 <dd>
91 emitted after the 95 emitted after the
92 debug client has executed a line of code 96 debug client has executed a line of code
93 </dd><dt>clientOutput(str)</dt> 97 </dd><dt>clientOutput(str)</dt>
311 <td>Public slot to get a reference to the breakpoint model object.</td> 315 <td>Public slot to get a reference to the breakpoint model object.</td>
312 </tr><tr> 316 </tr><tr>
313 <td><a href="#DebugServer.getClientCapabilities">getClientCapabilities</a></td> 317 <td><a href="#DebugServer.getClientCapabilities">getClientCapabilities</a></td>
314 <td>Public method to retrieve the debug clients capabilities.</td> 318 <td>Public method to retrieve the debug clients capabilities.</td>
315 </tr><tr> 319 </tr><tr>
320 <td><a href="#DebugServer.getClientInterpreter">getClientInterpreter</a></td>
321 <td>Public method to get the interpreter of the debug client.</td>
322 </tr><tr>
316 <td><a href="#DebugServer.getExtensions">getExtensions</a></td> 323 <td><a href="#DebugServer.getExtensions">getExtensions</a></td>
317 <td>Public slot to get the extensions associated with the given language.</td> 324 <td>Public slot to get the extensions associated with the given language.</td>
318 </tr><tr> 325 </tr><tr>
319 <td><a href="#DebugServer.getHostAddress">getHostAddress</a></td> 326 <td><a href="#DebugServer.getHostAddress">getHostAddress</a></td>
320 <td>Public method to get the IP address or hostname the debug server is listening.</td> 327 <td>Public method to get the IP address or hostname the debug server is listening.</td>
954 </dl><dl> 961 </dl><dl>
955 <dt>Returns:</dt> 962 <dt>Returns:</dt>
956 <dd> 963 <dd>
957 debug client capabilities (integer) 964 debug client capabilities (integer)
958 </dd> 965 </dd>
966 </dl><a NAME="DebugServer.getClientInterpreter" ID="DebugServer.getClientInterpreter"></a>
967 <h4>DebugServer.getClientInterpreter</h4>
968 <b>getClientInterpreter</b>(<i></i>)
969 <p>
970 Public method to get the interpreter of the debug client.
971 </p><dl>
972 <dt>Returns:</dt>
973 <dd>
974 interpreter of the debug client (string)
975 </dd>
959 </dl><a NAME="DebugServer.getExtensions" ID="DebugServer.getExtensions"></a> 976 </dl><a NAME="DebugServer.getExtensions" ID="DebugServer.getExtensions"></a>
960 <h4>DebugServer.getExtensions</h4> 977 <h4>DebugServer.getExtensions</h4>
961 <b>getExtensions</b>(<i>language</i>) 978 <b>getExtensions</b>(<i>language</i>)
962 <p> 979 <p>
963 Public slot to get the extensions associated with the given language. 980 Public slot to get the extensions associated with the given language.

eric ide

mercurial