42 <hr /><hr /> |
42 <hr /><hr /> |
43 <a NAME="DebugServer" ID="DebugServer"></a> |
43 <a NAME="DebugServer" ID="DebugServer"></a> |
44 <h2>DebugServer</h2> |
44 <h2>DebugServer</h2> |
45 <p> |
45 <p> |
46 Class implementing the debug server embedded within the IDE. |
46 Class implementing the debug server embedded within the IDE. |
47 </p><h4>Signals</h4> |
47 </p><h3>Signals</h3> |
48 <dl> |
48 <dl> |
49 <dt>clientBanner(banner)</dt> |
49 <dt>clientBanner(banner)</dt> |
50 <dd> |
50 <dd> |
51 emitted after the client banner was received |
51 emitted after the client banner was received |
52 </dd><dt>clientBreakConditionError(fn, lineno)</dt> |
52 </dd><dt>clientBreakConditionError(fn, lineno)</dt> |
178 QTcpServer |
178 QTcpServer |
179 <h3>Class Attributes</h3> |
179 <h3>Class Attributes</h3> |
180 <table> |
180 <table> |
181 <tr><td>None</td></tr> |
181 <tr><td>None</td></tr> |
182 </table> |
182 </table> |
|
183 <h3>Class Methods</h3> |
|
184 <table> |
|
185 <tr><td>None</td></tr> |
|
186 </table> |
183 <h3>Methods</h3> |
187 <h3>Methods</h3> |
184 <table> |
188 <table> |
185 <tr> |
189 <tr> |
186 <td><a href="#DebugServer.__init__">DebugServer</a></td> |
|
187 <td>Constructor</td> |
|
188 </tr><tr> |
|
189 <td><a href="#DebugServer.__addBreakPoints">__addBreakPoints</a></td> |
190 <td><a href="#DebugServer.__addBreakPoints">__addBreakPoints</a></td> |
190 <td>Private slot to add breakpoints.</td> |
191 <td>Private slot to add breakpoints.</td> |
191 </tr><tr> |
192 </tr><tr> |
192 <td><a href="#DebugServer.__addWatchPoints">__addWatchPoints</a></td> |
193 <td><a href="#DebugServer.__addWatchPoints">__addWatchPoints</a></td> |
193 <td>Private slot to set a watch expression.</td> |
194 <td>Private slot to set a watch expression.</td> |
460 <td>Public method to process the client watch expression error info.</td> |
461 <td>Public method to process the client watch expression error info.</td> |
461 </tr><tr> |
462 </tr><tr> |
462 <td><a href="#DebugServer.startClient">startClient</a></td> |
463 <td><a href="#DebugServer.startClient">startClient</a></td> |
463 <td>Public method to start a debug client.</td> |
464 <td>Public method to start a debug client.</td> |
464 </tr> |
465 </tr> |
|
466 </table> |
|
467 <h3>Static Methods</h3> |
|
468 <table> |
|
469 <tr><td>None</td></tr> |
465 </table> |
470 </table> |
466 <a NAME="DebugServer.__init__" ID="DebugServer.__init__"></a> |
471 <a NAME="DebugServer.__init__" ID="DebugServer.__init__"></a> |
467 <h4>DebugServer (Constructor)</h4> |
472 <h4>DebugServer (Constructor)</h4> |
468 <b>DebugServer</b>(<i></i>) |
473 <b>DebugServer</b>(<i></i>) |
469 <p> |
474 <p> |