eric6/Documentation/Source/eric6.DebugClients.Python.DebugClientBase.html

changeset 7903
827d89937c30
parent 7901
6ff7ccf0cb50
child 7927
866ddf957461
equal deleted inserted replaced
7902:a5248d27c8a9 7903:827d89937c30
881 <p> 881 <p>
882 Public method implementing the main method. 882 Public method implementing the main method.
883 </p> 883 </p>
884 <a NAME="DebugClientBase.progTerminated" ID="DebugClientBase.progTerminated"></a> 884 <a NAME="DebugClientBase.progTerminated" ID="DebugClientBase.progTerminated"></a>
885 <h4>DebugClientBase.progTerminated</h4> 885 <h4>DebugClientBase.progTerminated</h4>
886 <b>progTerminated</b>(<i>status, message=""</i>) 886 <b>progTerminated</b>(<i>status, message="", closeSession=True</i>)
887 887
888 <p> 888 <p>
889 Public method to tell the debugger that the program has terminated. 889 Public method to tell the debugger that the program has terminated.
890 </p> 890 </p>
891 <dl> 891 <dl>
895 return status 895 return status
896 </dd> 896 </dd>
897 <dt><i>message</i> (str)</dt> 897 <dt><i>message</i> (str)</dt>
898 <dd> 898 <dd>
899 status message 899 status message
900 </dd>
901 <dt><i>closeSession</i> (bool)</dt>
902 <dd>
903 flag indicating to close the debugger session
900 </dd> 904 </dd>
901 </dl> 905 </dl>
902 <a NAME="DebugClientBase.readReady" ID="DebugClientBase.readReady"></a> 906 <a NAME="DebugClientBase.readReady" ID="DebugClientBase.readReady"></a>
903 <h4>DebugClientBase.readReady</h4> 907 <h4>DebugClientBase.readReady</h4>
904 <b>readReady</b>(<i>stream</i>) 908 <b>readReady</b>(<i>stream</i>)

eric ide

mercurial