587 <b>main</b>(<i></i>) |
587 <b>main</b>(<i></i>) |
588 <p> |
588 <p> |
589 Public method implementing the main method. |
589 Public method implementing the main method. |
590 </p><a NAME="DebugClientBase.progTerminated" ID="DebugClientBase.progTerminated"></a> |
590 </p><a NAME="DebugClientBase.progTerminated" ID="DebugClientBase.progTerminated"></a> |
591 <h4>DebugClientBase.progTerminated</h4> |
591 <h4>DebugClientBase.progTerminated</h4> |
592 <b>progTerminated</b>(<i>status</i>) |
592 <b>progTerminated</b>(<i>status, exit=False</i>) |
593 <p> |
593 <p> |
594 Public method to tell the debugger that the program has terminated. |
594 Public method to tell the debugger that the program has terminated. |
595 </p><dl> |
595 </p><dl> |
596 <dt><i>status</i></dt> |
596 <dt><i>status</i></dt> |
597 <dd> |
597 <dd> |
598 the return status |
598 return status |
|
599 </dd><dt><i>exit</i> (bool)</dt> |
|
600 <dd> |
|
601 flag indicating to perform a sys.exit() |
599 </dd> |
602 </dd> |
600 </dl><a NAME="DebugClientBase.raw_input" ID="DebugClientBase.raw_input"></a> |
603 </dl><a NAME="DebugClientBase.raw_input" ID="DebugClientBase.raw_input"></a> |
601 <h4>DebugClientBase.raw_input</h4> |
604 <h4>DebugClientBase.raw_input</h4> |
602 <b>raw_input</b>(<i>prompt, echo</i>) |
605 <b>raw_input</b>(<i>prompt, echo</i>) |
603 <p> |
606 <p> |