105 <dt>clientDisassembly(disassembly, debuggerId)</dt> |
105 <dt>clientDisassembly(disassembly, debuggerId)</dt> |
106 <dd> |
106 <dd> |
107 emitted after the client |
107 emitted after the client |
108 has sent a disassembly of the code raising an exception |
108 has sent a disassembly of the code raising an exception |
109 </dd> |
109 </dd> |
|
110 <dt>clientDisconnected(str)</dt> |
|
111 <dd> |
|
112 emitted after a debug client has |
|
113 disconnected (i.e. closed the network socket) |
|
114 </dd> |
110 <dt>clientException(exceptionType, exceptionMessage, stackTrace,debuggerId)</dt> |
115 <dt>clientException(exceptionType, exceptionMessage, stackTrace,debuggerId)</dt> |
111 <dd> |
116 <dd> |
112 emitted after an exception occured on the client side |
117 emitted after an exception occured on the client side |
113 </dd> |
118 </dd> |
114 <dt>clientExit(str, int, str, bool, str)</dt> |
119 <dt>clientExit(str, int, str, bool, str)</dt> |
667 <td>Public method to signal the receipt of a new debugger ID.</td> |
672 <td>Public method to signal the receipt of a new debugger ID.</td> |
668 </tr> |
673 </tr> |
669 <tr> |
674 <tr> |
670 <td><a href="#DebugServer.signalClientDisassembly">signalClientDisassembly</a></td> |
675 <td><a href="#DebugServer.signalClientDisassembly">signalClientDisassembly</a></td> |
671 <td>Public method to process the disassembly info from the client.</td> |
676 <td>Public method to process the disassembly info from the client.</td> |
|
677 </tr> |
|
678 <tr> |
|
679 <td><a href="#DebugServer.signalClientDisconnected">signalClientDisconnected</a></td> |
|
680 <td>Public method to send a signal when a debug client has closed its connection.</td> |
672 </tr> |
681 </tr> |
673 <tr> |
682 <tr> |
674 <td><a href="#DebugServer.signalClientException">signalClientException</a></td> |
683 <td><a href="#DebugServer.signalClientException">signalClientException</a></td> |
675 <td>Public method to process the exception info from the client.</td> |
684 <td>Public method to process the exception info from the client.</td> |
676 </tr> |
685 </tr> |
2814 <dt><i>debuggerId</i> (str)</dt> |
2823 <dt><i>debuggerId</i> (str)</dt> |
2815 <dd> |
2824 <dd> |
2816 ID of the debugger backend |
2825 ID of the debugger backend |
2817 </dd> |
2826 </dd> |
2818 </dl> |
2827 </dl> |
|
2828 <a NAME="DebugServer.signalClientDisconnected" ID="DebugServer.signalClientDisconnected"></a> |
|
2829 <h4>DebugServer.signalClientDisconnected</h4> |
|
2830 <b>signalClientDisconnected</b>(<i>debuggerId</i>) |
|
2831 |
|
2832 <p> |
|
2833 Public method to send a signal when a debug client has closed its |
|
2834 connection. |
|
2835 </p> |
|
2836 <dl> |
|
2837 |
|
2838 <dt><i>debuggerId</i> (str)</dt> |
|
2839 <dd> |
|
2840 ID of the debugger backend |
|
2841 </dd> |
|
2842 </dl> |
2819 <a NAME="DebugServer.signalClientException" ID="DebugServer.signalClientException"></a> |
2843 <a NAME="DebugServer.signalClientException" ID="DebugServer.signalClientException"></a> |
2820 <h4>DebugServer.signalClientException</h4> |
2844 <h4>DebugServer.signalClientException</h4> |
2821 <b>signalClientException</b>(<i>exceptionType, exceptionMessage, stackTrace, debuggerId</i>) |
2845 <b>signalClientException</b>(<i>exceptionType, exceptionMessage, stackTrace, debuggerId</i>) |
2822 |
2846 |
2823 <p> |
2847 <p> |