97 <tr> |
97 <tr> |
98 <td><a href="#EricServerDebuggerInterface.__handleMainClientExited">__handleMainClientExited</a></td> |
98 <td><a href="#EricServerDebuggerInterface.__handleMainClientExited">__handleMainClientExited</a></td> |
99 <td>Private method to handle the main client exiting.</td> |
99 <td>Private method to handle the main client exiting.</td> |
100 </tr> |
100 </tr> |
101 <tr> |
101 <tr> |
|
102 <td><a href="#EricServerDebuggerInterface.__handleStartClientError">__handleStartClientError</a></td> |
|
103 <td>Private method to handle an error starting the remote debug client.</td> |
|
104 </tr> |
|
105 <tr> |
102 <td><a href="#EricServerDebuggerInterface.callback">callback</a></td> |
106 <td><a href="#EricServerDebuggerInterface.callback">callback</a></td> |
103 <td>Function to handle the server reply</td> |
107 <td>Function to handle the server reply</td> |
104 </tr> |
108 </tr> |
105 <tr> |
109 <tr> |
106 <td><a href="#EricServerDebuggerInterface.sendClientCommand">sendClientCommand</a></td> |
110 <td><a href="#EricServerDebuggerInterface.sendClientCommand">sendClientCommand</a></td> |
226 <dt><i>params</i> (dict)</dt> |
230 <dt><i>params</i> (dict)</dt> |
227 <dd> |
231 <dd> |
228 dictionary containing the reply data |
232 dictionary containing the reply data |
229 </dd> |
233 </dd> |
230 </dl> |
234 </dl> |
|
235 <a NAME="EricServerDebuggerInterface.__handleStartClientError" ID="EricServerDebuggerInterface.__handleStartClientError"></a> |
|
236 <h4>EricServerDebuggerInterface.__handleStartClientError</h4> |
|
237 <b>__handleStartClientError</b>(<i>params</i>) |
|
238 <p> |
|
239 Private method to handle an error starting the remote debug client. |
|
240 </p> |
|
241 |
|
242 <dl> |
|
243 |
|
244 <dt><i>params</i> (dict)</dt> |
|
245 <dd> |
|
246 dictionary containing the reply data |
|
247 </dd> |
|
248 </dl> |
231 <a NAME="EricServerDebuggerInterface.callback" ID="EricServerDebuggerInterface.callback"></a> |
249 <a NAME="EricServerDebuggerInterface.callback" ID="EricServerDebuggerInterface.callback"></a> |
232 <h4>EricServerDebuggerInterface.callback</h4> |
250 <h4>EricServerDebuggerInterface.callback</h4> |
233 <b>callback</b>(<i>params</i>) |
251 <b>callback</b>(<i>params</i>) |
234 <p> |
252 <p> |
235 Function to handle the server reply |
253 Function to handle the server reply |