137 </tr><tr> |
137 </tr><tr> |
138 <td><a href="#DebugClientBase.__getSysPath">__getSysPath</a></td> |
138 <td><a href="#DebugClientBase.__getSysPath">__getSysPath</a></td> |
139 <td>Private slot to calculate a path list including the PYTHONPATH environment variable.</td> |
139 <td>Private slot to calculate a path list including the PYTHONPATH environment variable.</td> |
140 </tr><tr> |
140 </tr><tr> |
141 <td><a href="#DebugClientBase.__interact">__interact</a></td> |
141 <td><a href="#DebugClientBase.__interact">__interact</a></td> |
142 <td>Private method to Interact with the debugger.</td> |
142 <td>Private method to interact with the debugger.</td> |
143 </tr><tr> |
143 </tr><tr> |
144 <td><a href="#DebugClientBase.__interceptSignals">__interceptSignals</a></td> |
144 <td><a href="#DebugClientBase.__interceptSignals">__interceptSignals</a></td> |
145 <td>Private method to intercept common signals.</td> |
145 <td>Private method to intercept common signals.</td> |
146 </tr><tr> |
146 </tr><tr> |
147 <td><a href="#DebugClientBase.__resolveHost">__resolveHost</a></td> |
147 <td><a href="#DebugClientBase.__resolveHost">__resolveHost</a></td> |
408 </dd> |
408 </dd> |
409 </dl><a NAME="DebugClientBase.__interact" ID="DebugClientBase.__interact"></a> |
409 </dl><a NAME="DebugClientBase.__interact" ID="DebugClientBase.__interact"></a> |
410 <h4>DebugClientBase.__interact</h4> |
410 <h4>DebugClientBase.__interact</h4> |
411 <b>__interact</b>(<i></i>) |
411 <b>__interact</b>(<i></i>) |
412 <p> |
412 <p> |
413 Private method to Interact with the debugger. |
413 Private method to interact with the debugger. |
414 </p><a NAME="DebugClientBase.__interceptSignals" ID="DebugClientBase.__interceptSignals"></a> |
414 </p><a NAME="DebugClientBase.__interceptSignals" ID="DebugClientBase.__interceptSignals"></a> |
415 <h4>DebugClientBase.__interceptSignals</h4> |
415 <h4>DebugClientBase.__interceptSignals</h4> |
416 <b>__interceptSignals</b>(<i></i>) |
416 <b>__interceptSignals</b>(<i></i>) |
417 <p> |
417 <p> |
418 Private method to intercept common signals. |
418 Private method to intercept common signals. |
630 <b>main</b>(<i></i>) |
630 <b>main</b>(<i></i>) |
631 <p> |
631 <p> |
632 Public method implementing the main method. |
632 Public method implementing the main method. |
633 </p><a NAME="DebugClientBase.progTerminated" ID="DebugClientBase.progTerminated"></a> |
633 </p><a NAME="DebugClientBase.progTerminated" ID="DebugClientBase.progTerminated"></a> |
634 <h4>DebugClientBase.progTerminated</h4> |
634 <h4>DebugClientBase.progTerminated</h4> |
635 <b>progTerminated</b>(<i>status, exit=False</i>) |
635 <b>progTerminated</b>(<i>status</i>) |
636 <p> |
636 <p> |
637 Public method to tell the debugger that the program has terminated. |
637 Public method to tell the debugger that the program has terminated. |
638 </p><dl> |
638 </p><dl> |
639 <dt><i>status</i></dt> |
639 <dt><i>status</i> (int)</dt> |
640 <dd> |
640 <dd> |
641 return status |
641 return status |
642 </dd><dt><i>exit</i> (bool)</dt> |
|
643 <dd> |
|
644 flag indicating to perform a sys.exit() |
|
645 </dd> |
642 </dd> |
646 </dl><a NAME="DebugClientBase.raw_input" ID="DebugClientBase.raw_input"></a> |
643 </dl><a NAME="DebugClientBase.raw_input" ID="DebugClientBase.raw_input"></a> |
647 <h4>DebugClientBase.raw_input</h4> |
644 <h4>DebugClientBase.raw_input</h4> |
648 <b>raw_input</b>(<i>prompt, echo</i>) |
645 <b>raw_input</b>(<i>prompt, echo</i>) |
649 <p> |
646 <p> |