210 <dt>lastClientExited()</dt> |
210 <dt>lastClientExited()</dt> |
211 <dd> |
211 <dd> |
212 emitted to indicate that the last connected |
212 emitted to indicate that the last connected |
213 debug client has terminated |
213 debug client has terminated |
214 </dd> |
214 </dd> |
|
215 <dt>mainClientExit()</dt> |
|
216 <dd> |
|
217 emitted to indicate that the main client process |
|
218 has exited |
|
219 </dd> |
215 <dt>passiveDebugStarted(str, bool)</dt> |
220 <dt>passiveDebugStarted(str, bool)</dt> |
216 <dd> |
221 <dd> |
217 emitted after the debug client has |
222 emitted after the debug client has |
218 connected in passive debug mode |
223 connected in passive debug mode |
219 </dd> |
224 </dd> |
736 <td>Public method to process the client watch expression error info.</td> |
741 <td>Public method to process the client watch expression error info.</td> |
737 </tr> |
742 </tr> |
738 <tr> |
743 <tr> |
739 <td><a href="#DebugServer.signalLastClientExited">signalLastClientExited</a></td> |
744 <td><a href="#DebugServer.signalLastClientExited">signalLastClientExited</a></td> |
740 <td>Public method to process the last client exit event.</td> |
745 <td>Public method to process the last client exit event.</td> |
|
746 </tr> |
|
747 <tr> |
|
748 <td><a href="#DebugServer.signalMainClientExit">signalMainClientExit</a></td> |
|
749 <td>Public method to process the main client exiting.</td> |
741 </tr> |
750 </tr> |
742 <tr> |
751 <tr> |
743 <td><a href="#DebugServer.startClient">startClient</a></td> |
752 <td><a href="#DebugServer.startClient">startClient</a></td> |
744 <td>Public method to start a debug client.</td> |
753 <td>Public method to start a debug client.</td> |
745 </tr> |
754 </tr> |
3186 <b>signalLastClientExited</b>(<i></i>) |
3195 <b>signalLastClientExited</b>(<i></i>) |
3187 |
3196 |
3188 <p> |
3197 <p> |
3189 Public method to process the last client exit event. |
3198 Public method to process the last client exit event. |
3190 </p> |
3199 </p> |
|
3200 <a NAME="DebugServer.signalMainClientExit" ID="DebugServer.signalMainClientExit"></a> |
|
3201 <h4>DebugServer.signalMainClientExit</h4> |
|
3202 <b>signalMainClientExit</b>(<i></i>) |
|
3203 |
|
3204 <p> |
|
3205 Public method to process the main client exiting. |
|
3206 </p> |
3191 <a NAME="DebugServer.startClient" ID="DebugServer.startClient"></a> |
3207 <a NAME="DebugServer.startClient" ID="DebugServer.startClient"></a> |
3192 <h4>DebugServer.startClient</h4> |
3208 <h4>DebugServer.startClient</h4> |
3193 <b>startClient</b>(<i>unplanned=True, clType=None, forProject=False, runInConsole=False, venvName="", workingDir=None</i>) |
3209 <b>startClient</b>(<i>unplanned=True, clType=None, forProject=False, runInConsole=False, venvName="", workingDir=None</i>) |
3194 |
3210 |
3195 <p> |
3211 <p> |