95 <dd> |
95 <dd> |
96 emitted after the client |
96 emitted after the client |
97 the commandline completion list and the reworked searchstring was |
97 the commandline completion list and the reworked searchstring was |
98 received from the client |
98 received from the client |
99 </dd> |
99 </dd> |
|
100 <dt>clientDisassembly(disassembly)</dt> |
|
101 <dd> |
|
102 emitted after the client has sent |
|
103 a disassembly of the code raising an exception |
|
104 </dd> |
100 <dt>clientException(exception)</dt> |
105 <dt>clientException(exception)</dt> |
101 <dd> |
106 <dd> |
102 emitted after an exception occured on |
107 emitted after an exception occured on |
103 the client side |
108 the client side |
104 </dd> |
109 </dd> |
486 <tr> |
491 <tr> |
487 <td><a href="#DebugServer.remoteCapabilities">remoteCapabilities</a></td> |
492 <td><a href="#DebugServer.remoteCapabilities">remoteCapabilities</a></td> |
488 <td>Public slot to get the debug clients capabilities.</td> |
493 <td>Public slot to get the debug clients capabilities.</td> |
489 </tr> |
494 </tr> |
490 <tr> |
495 <tr> |
|
496 <td><a href="#DebugServer.remoteClientDisassembly">remoteClientDisassembly</a></td> |
|
497 <td>Public method to ask the client for the latest traceback disassembly.</td> |
|
498 </tr> |
|
499 <tr> |
491 <td><a href="#DebugServer.remoteClientSetFilter">remoteClientSetFilter</a></td> |
500 <td><a href="#DebugServer.remoteClientSetFilter">remoteClientSetFilter</a></td> |
492 <td>Public method to set a variables filter list.</td> |
501 <td>Public method to set a variables filter list.</td> |
493 </tr> |
502 </tr> |
494 <tr> |
503 <tr> |
495 <td><a href="#DebugServer.remoteClientVariable">remoteClientVariable</a></td> |
504 <td><a href="#DebugServer.remoteClientVariable">remoteClientVariable</a></td> |
616 <td>Public slot to handle the clientClearWatch signal.</td> |
625 <td>Public slot to handle the clientClearWatch signal.</td> |
617 </tr> |
626 </tr> |
618 <tr> |
627 <tr> |
619 <td><a href="#DebugServer.signalClientCompletionList">signalClientCompletionList</a></td> |
628 <td><a href="#DebugServer.signalClientCompletionList">signalClientCompletionList</a></td> |
620 <td>Public method to process the client auto completion info.</td> |
629 <td>Public method to process the client auto completion info.</td> |
|
630 </tr> |
|
631 <tr> |
|
632 <td><a href="#DebugServer.signalClientDisassembly">signalClientDisassembly</a></td> |
|
633 <td>Public method to process the disassembly info from the client.</td> |
621 </tr> |
634 </tr> |
622 <tr> |
635 <tr> |
623 <td><a href="#DebugServer.signalClientException">signalClientException</a></td> |
636 <td><a href="#DebugServer.signalClientException">signalClientException</a></td> |
624 <td>Public method to process the exception info from the client.</td> |
637 <td>Public method to process the exception info from the client.</td> |
625 </tr> |
638 </tr> |
1655 <b>remoteCapabilities</b>(<i></i>) |
1668 <b>remoteCapabilities</b>(<i></i>) |
1656 |
1669 |
1657 <p> |
1670 <p> |
1658 Public slot to get the debug clients capabilities. |
1671 Public slot to get the debug clients capabilities. |
1659 </p> |
1672 </p> |
|
1673 <a NAME="DebugServer.remoteClientDisassembly" ID="DebugServer.remoteClientDisassembly"></a> |
|
1674 <h4>DebugServer.remoteClientDisassembly</h4> |
|
1675 <b>remoteClientDisassembly</b>(<i></i>) |
|
1676 |
|
1677 <p> |
|
1678 Public method to ask the client for the latest traceback disassembly. |
|
1679 </p> |
1660 <a NAME="DebugServer.remoteClientSetFilter" ID="DebugServer.remoteClientSetFilter"></a> |
1680 <a NAME="DebugServer.remoteClientSetFilter" ID="DebugServer.remoteClientSetFilter"></a> |
1661 <h4>DebugServer.remoteClientSetFilter</h4> |
1681 <h4>DebugServer.remoteClientSetFilter</h4> |
1662 <b>remoteClientSetFilter</b>(<i>scope, filterStr</i>) |
1682 <b>remoteClientSetFilter</b>(<i>scope, filterStr</i>) |
1663 |
1683 |
1664 <p> |
1684 <p> |
2419 <dt><i>text</i></dt> |
2439 <dt><i>text</i></dt> |
2420 <dd> |
2440 <dd> |
2421 the text to be completed (string) |
2441 the text to be completed (string) |
2422 </dd> |
2442 </dd> |
2423 </dl> |
2443 </dl> |
|
2444 <a NAME="DebugServer.signalClientDisassembly" ID="DebugServer.signalClientDisassembly"></a> |
|
2445 <h4>DebugServer.signalClientDisassembly</h4> |
|
2446 <b>signalClientDisassembly</b>(<i>disassembly</i>) |
|
2447 |
|
2448 <p> |
|
2449 Public method to process the disassembly info from the client. |
|
2450 </p> |
|
2451 <dl> |
|
2452 |
|
2453 <dt><i>disassembly</i> (dict)</dt> |
|
2454 <dd> |
|
2455 dictionary containing the disassembly information |
|
2456 </dd> |
|
2457 </dl> |
2424 <a NAME="DebugServer.signalClientException" ID="DebugServer.signalClientException"></a> |
2458 <a NAME="DebugServer.signalClientException" ID="DebugServer.signalClientException"></a> |
2425 <h4>DebugServer.signalClientException</h4> |
2459 <h4>DebugServer.signalClientException</h4> |
2426 <b>signalClientException</b>(<i>exceptionType, exceptionMessage, stackTrace</i>) |
2460 <b>signalClientException</b>(<i>exceptionType, exceptionMessage, stackTrace</i>) |
2427 |
2461 |
2428 <p> |
2462 <p> |