602 <b>main</b>(<i></i>) |
602 <b>main</b>(<i></i>) |
603 <p> |
603 <p> |
604 Public method implementing the main method. |
604 Public method implementing the main method. |
605 </p><a NAME="DebugClientBase.progTerminated" ID="DebugClientBase.progTerminated"></a> |
605 </p><a NAME="DebugClientBase.progTerminated" ID="DebugClientBase.progTerminated"></a> |
606 <h4>DebugClientBase.progTerminated</h4> |
606 <h4>DebugClientBase.progTerminated</h4> |
607 <b>progTerminated</b>(<i>status</i>) |
607 <b>progTerminated</b>(<i>status, exit=False</i>) |
608 <p> |
608 <p> |
609 Public method to tell the debugger that the program has terminated. |
609 Public method to tell the debugger that the program has terminated. |
610 </p><dl> |
610 </p><dl> |
611 <dt><i>status</i></dt> |
611 <dt><i>status</i></dt> |
612 <dd> |
612 <dd> |
613 the return status |
613 return status |
|
614 </dd><dt><i>exit</i> (bool)</dt> |
|
615 <dd> |
|
616 flag indicating to perform a sys.exit() |
614 </dd> |
617 </dd> |
615 </dl><a NAME="DebugClientBase.run_call" ID="DebugClientBase.run_call"></a> |
618 </dl><a NAME="DebugClientBase.run_call" ID="DebugClientBase.run_call"></a> |
616 <h4>DebugClientBase.run_call</h4> |
619 <h4>DebugClientBase.run_call</h4> |
617 <b>run_call</b>(<i>scriptname, func, *args</i>) |
620 <b>run_call</b>(<i>scriptname, func, *args</i>) |
618 <p> |
621 <p> |