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

changeset 7903
827d89937c30
parent 7900
72b88fb20261
child 7907
7991ea245c20
equal deleted inserted replaced
7902:a5248d27c8a9 7903:827d89937c30
735 raised to indicate too many recursions 735 raised to indicate too many recursions
736 </dd> 736 </dd>
737 </dl> 737 </dl>
738 <a NAME="DebugBase.run" ID="DebugBase.run"></a> 738 <a NAME="DebugBase.run" ID="DebugBase.run"></a>
739 <h4>DebugBase.run</h4> 739 <h4>DebugBase.run</h4>
740 <b>run</b>(<i>cmd, globalsDict=None, localsDict=None, debug=True</i>) 740 <b>run</b>(<i>cmd, globalsDict=None, localsDict=None, debug=True, closeSession=True</i>)
741 741
742 <p> 742 <p>
743 Public method to start a given command under debugger control. 743 Public method to start a given command under debugger control.
744 </p> 744 </p>
745 <dl> 745 <dl>
757 dictionary of local variables for cmd 757 dictionary of local variables for cmd
758 </dd> 758 </dd>
759 <dt><i>debug</i> (bool)</dt> 759 <dt><i>debug</i> (bool)</dt>
760 <dd> 760 <dd>
761 flag if command should run under debugger control 761 flag if command should run under debugger control
762 </dd>
763 <dt><i>closeSession</i> (bool)</dt>
764 <dd>
765 flag indicating to close the debugger session
766 at exit
762 </dd> 767 </dd>
763 </dl> 768 </dl>
764 <dl> 769 <dl>
765 <dt>Returns:</dt> 770 <dt>Returns:</dt>
766 <dd> 771 <dd>

eric ide

mercurial