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

changeset 7887
c1588f5a83e9
parent 7707
6abcf4275d0e
child 7898
1bcd6d4df182
equal deleted inserted replaced
7885:3e4605cc3541 7887:c1588f5a83e9
736 736
737 <dt><i>cmd</i> (str or CodeType)</dt> 737 <dt><i>cmd</i> (str or CodeType)</dt>
738 <dd> 738 <dd>
739 command / code to execute under debugger control 739 command / code to execute under debugger control
740 </dd> 740 </dd>
741 <dt><i>globalsDict=</i> (dict)</dt> 741 <dt><i>globalsDict</i> (dict)</dt>
742 <dd> 742 <dd>
743 dictionary of global variables for cmd 743 dictionary of global variables for cmd
744 </dd> 744 </dd>
745 <dt><i>localsDict=</i> (dict)</dt> 745 <dt><i>localsDict</i> (dict)</dt>
746 <dd> 746 <dd>
747 dictionary of local variables for cmd 747 dictionary of local variables for cmd
748 </dd> 748 </dd>
749 <dt><i>debug=</i> (bool)</dt> 749 <dt><i>debug</i> (bool)</dt>
750 <dd> 750 <dd>
751 flag if command should run under debugger control 751 flag if command should run under debugger control
752 </dd>
753 </dl>
754 <dl>
755 <dt>Returns:</dt>
756 <dd>
757 exit code of the program
758 </dd>
759 </dl>
760 <dl>
761 <dt>Return Type:</dt>
762 <dd>
763 int
752 </dd> 764 </dd>
753 </dl> 765 </dl>
754 <a NAME="DebugBase.setRecursionDepth" ID="DebugBase.setRecursionDepth"></a> 766 <a NAME="DebugBase.setRecursionDepth" ID="DebugBase.setRecursionDepth"></a>
755 <h4>DebugBase.setRecursionDepth</h4> 767 <h4>DebugBase.setRecursionDepth</h4>
756 <b>setRecursionDepth</b>(<i>frame</i>) 768 <b>setRecursionDepth</b>(<i>frame</i>)

eric ide

mercurial