115 received |
115 received |
116 </dd><dt>clientRawInputSent()</dt> |
116 </dd><dt>clientRawInputSent()</dt> |
117 <dd> |
117 <dd> |
118 emitted after the data was sent to the |
118 emitted after the data was sent to the |
119 debug client |
119 debug client |
|
120 </dd><dt>clientSignal(signal)</dt> |
|
121 <dd> |
|
122 emitted after a signal has been generated on |
|
123 the client side |
120 </dd><dt>clientStack(stack)</dt> |
124 </dd><dt>clientStack(stack)</dt> |
121 <dd> |
125 <dd> |
122 emitted after the debug client has executed a |
126 emitted after the debug client has executed a |
123 line of code |
127 line of code |
124 </dd><dt>clientStatement(bool)</dt> |
128 </dd><dt>clientStatement(bool)</dt> |
463 <td>Public method to process a line of client output.</td> |
467 <td>Public method to process a line of client output.</td> |
464 </tr><tr> |
468 </tr><tr> |
465 <td><a href="#DebugServer.signalClientRawInput">signalClientRawInput</a></td> |
469 <td><a href="#DebugServer.signalClientRawInput">signalClientRawInput</a></td> |
466 <td>Public method to process the client raw input command.</td> |
470 <td>Public method to process the client raw input command.</td> |
467 </tr><tr> |
471 </tr><tr> |
|
472 <td><a href="#DebugServer.signalClientSignal">signalClientSignal</a></td> |
|
473 <td>Public method to process a signal generated on the client side.</td> |
|
474 </tr><tr> |
468 <td><a href="#DebugServer.signalClientStack">signalClientStack</a></td> |
475 <td><a href="#DebugServer.signalClientStack">signalClientStack</a></td> |
469 <td>Public method to process a client's stack information.</td> |
476 <td>Public method to process a client's stack information.</td> |
470 </tr><tr> |
477 </tr><tr> |
471 <td><a href="#DebugServer.signalClientStatement">signalClientStatement</a></td> |
478 <td><a href="#DebugServer.signalClientStatement">signalClientStatement</a></td> |
472 <td>Public method to process the input response from the client.</td> |
479 <td>Public method to process the input response from the client.</td> |
1654 the input prompt (string) |
1661 the input prompt (string) |
1655 </dd><dt><i>echo</i></dt> |
1662 </dd><dt><i>echo</i></dt> |
1656 <dd> |
1663 <dd> |
1657 flag indicating an echoing of the input (boolean) |
1664 flag indicating an echoing of the input (boolean) |
1658 </dd> |
1665 </dd> |
|
1666 </dl><a NAME="DebugServer.signalClientSignal" ID="DebugServer.signalClientSignal"></a> |
|
1667 <h4>DebugServer.signalClientSignal</h4> |
|
1668 <b>signalClientSignal</b>(<i>message, filename, lineNo, funcName, funcArgs</i>) |
|
1669 <p> |
|
1670 Public method to process a signal generated on the client side. |
|
1671 </p><dl> |
|
1672 <dt><i>message</i> (str)</dt> |
|
1673 <dd> |
|
1674 message of the syntax error |
|
1675 </dd><dt><i>filename</i> (str)</dt> |
|
1676 <dd> |
|
1677 translated filename of the syntax error position |
|
1678 </dd><dt><i>lineNo</i> (int)</dt> |
|
1679 <dd> |
|
1680 line number of the syntax error position |
|
1681 </dd><dt><i>funcName</i> (str)</dt> |
|
1682 <dd> |
|
1683 name of the function causing the signal |
|
1684 </dd><dt><i>funcArgs</i> (str)</dt> |
|
1685 <dd> |
|
1686 function arguments |
|
1687 </dd> |
1659 </dl><a NAME="DebugServer.signalClientStack" ID="DebugServer.signalClientStack"></a> |
1688 </dl><a NAME="DebugServer.signalClientStack" ID="DebugServer.signalClientStack"></a> |
1660 <h4>DebugServer.signalClientStack</h4> |
1689 <h4>DebugServer.signalClientStack</h4> |
1661 <b>signalClientStack</b>(<i>stack</i>) |
1690 <b>signalClientStack</b>(<i>stack</i>) |
1662 <p> |
1691 <p> |
1663 Public method to process a client's stack information. |
1692 Public method to process a client's stack information. |