152 <tr> |
152 <tr> |
153 <td><a href="#DebugClientBase.absPath">absPath</a></td> |
153 <td><a href="#DebugClientBase.absPath">absPath</a></td> |
154 <td>Public method to convert a filename to an absolute name.</td> |
154 <td>Public method to convert a filename to an absolute name.</td> |
155 </tr> |
155 </tr> |
156 <tr> |
156 <tr> |
|
157 <td><a href="#DebugClientBase.checkExceptionHook">checkExceptionHook</a></td> |
|
158 <td>Public method to check, that 'sys.excepthook' is still our hook.</td> |
|
159 </tr> |
|
160 <tr> |
157 <td><a href="#DebugClientBase.close">close</a></td> |
161 <td><a href="#DebugClientBase.close">close</a></td> |
158 <td>Public method implementing a close method as a replacement for os.close().</td> |
162 <td>Public method implementing a close method as a replacement for os.close().</td> |
159 </tr> |
163 </tr> |
160 <tr> |
164 <tr> |
161 <td><a href="#DebugClientBase.connectDebugger">connectDebugger</a></td> |
165 <td><a href="#DebugClientBase.connectDebugger">connectDebugger</a></td> |
664 <dt>Return Type:</dt> |
668 <dt>Return Type:</dt> |
665 <dd> |
669 <dd> |
666 str |
670 str |
667 </dd> |
671 </dd> |
668 </dl> |
672 </dl> |
|
673 <a NAME="DebugClientBase.checkExceptionHook" ID="DebugClientBase.checkExceptionHook"></a> |
|
674 <h4>DebugClientBase.checkExceptionHook</h4> |
|
675 <b>checkExceptionHook</b>(<i></i>) |
|
676 <p> |
|
677 Public method to check, that 'sys.excepthook' is still our hook. |
|
678 </p> |
|
679 <p> |
|
680 If the exception hook has been changed by the program being debugger, save |
|
681 that hook and set it to ours again. The program's hook is called in our |
|
682 '__unhandled_exception()' method. |
|
683 </p> |
|
684 |
669 <a NAME="DebugClientBase.close" ID="DebugClientBase.close"></a> |
685 <a NAME="DebugClientBase.close" ID="DebugClientBase.close"></a> |
670 <h4>DebugClientBase.close</h4> |
686 <h4>DebugClientBase.close</h4> |
671 <b>close</b>(<i>fd</i>) |
687 <b>close</b>(<i>fd</i>) |
672 <p> |
688 <p> |
673 Public method implementing a close method as a replacement for |
689 Public method implementing a close method as a replacement for |