158 <td>Private method to handle an error in the client.</td> |
158 <td>Private method to handle an error in the client.</td> |
159 </tr><tr> |
159 </tr><tr> |
160 <td><a href="#Shell.__clientException">__clientException</a></td> |
160 <td><a href="#Shell.__clientException">__clientException</a></td> |
161 <td>Private method to handle an exception of the client.</td> |
161 <td>Private method to handle an exception of the client.</td> |
162 </tr><tr> |
162 </tr><tr> |
|
163 <td><a href="#Shell.__clientSignal">__clientSignal</a></td> |
|
164 <td>Private method to handle a signal generated on the client side.</td> |
|
165 </tr><tr> |
163 <td><a href="#Shell.__clientStatement">__clientStatement</a></td> |
166 <td><a href="#Shell.__clientStatement">__clientStatement</a></td> |
164 <td>Private method to handle the response from the debugger client.</td> |
167 <td>Private method to handle the response from the debugger client.</td> |
165 </tr><tr> |
168 </tr><tr> |
166 <td><a href="#Shell.__clientSyntaxError">__clientSyntaxError</a></td> |
169 <td><a href="#Shell.__clientSyntaxError">__clientSyntaxError</a></td> |
167 <td>Private method to handle a syntax error in the debugged program.</td> |
170 <td>Private method to handle a syntax error in the debugged program.</td> |
600 <dd> |
603 <dd> |
601 message given by the exception (string) |
604 message given by the exception (string) |
602 </dd><dt><i>stackTrace</i></dt> |
605 </dd><dt><i>stackTrace</i></dt> |
603 <dd> |
606 <dd> |
604 list of stack entries (list of string) |
607 list of stack entries (list of string) |
|
608 </dd> |
|
609 </dl><a NAME="Shell.__clientSignal" ID="Shell.__clientSignal"></a> |
|
610 <h4>Shell.__clientSignal</h4> |
|
611 <b>__clientSignal</b>(<i>message, filename, lineNo, funcName, funcArgs</i>) |
|
612 <p> |
|
613 Private method to handle a signal generated on the client side. |
|
614 </p><dl> |
|
615 <dt><i>message</i> (str)</dt> |
|
616 <dd> |
|
617 message of the syntax error |
|
618 </dd><dt><i>filename</i> (str)</dt> |
|
619 <dd> |
|
620 translated filename of the syntax error position |
|
621 </dd><dt><i>lineNo</i> (int)</dt> |
|
622 <dd> |
|
623 line number of the syntax error position |
|
624 </dd><dt><i>funcName</i> (str)</dt> |
|
625 <dd> |
|
626 name of the function causing the signal |
|
627 </dd><dt><i>funcArgs</i> (str)</dt> |
|
628 <dd> |
|
629 function arguments |
605 </dd> |
630 </dd> |
606 </dl><a NAME="Shell.__clientStatement" ID="Shell.__clientStatement"></a> |
631 </dl><a NAME="Shell.__clientStatement" ID="Shell.__clientStatement"></a> |
607 <h4>Shell.__clientStatement</h4> |
632 <h4>Shell.__clientStatement</h4> |
608 <b>__clientStatement</b>(<i>more</i>) |
633 <b>__clientStatement</b>(<i>more</i>) |
609 <p> |
634 <p> |