src/eric7/Documentation/Source/eric7.DebugClients.Python.DebugBase.html

branch
eric7
changeset 10684
58c7f23ae1cb
parent 10479
856476537696
child 11048
aa0123c997cd
equal deleted inserted replaced
10683:779cda568acb 10684:58c7f23ae1cb
702 new line number 702 new line number
703 </dd> 703 </dd>
704 </dl> 704 </dl>
705 <a NAME="DebugBase.profile" ID="DebugBase.profile"></a> 705 <a NAME="DebugBase.profile" ID="DebugBase.profile"></a>
706 <h4>DebugBase.profile</h4> 706 <h4>DebugBase.profile</h4>
707 <b>profile</b>(<i>frame, event, arg</i>) 707 <b>profile</b>(<i>frame, event, _arg</i>)
708 <p> 708 <p>
709 Public method used to trace some stuff independent of the debugger 709 Public method used to trace some stuff independent of the debugger
710 trace function. 710 trace function.
711 </p> 711 </p>
712 712
718 </dd> 718 </dd>
719 <dt><i>event</i> (str)</dt> 719 <dt><i>event</i> (str)</dt>
720 <dd> 720 <dd>
721 trace event 721 trace event
722 </dd> 722 </dd>
723 <dt><i>arg</i> (depends on the previous event parameter)</dt> 723 <dt><i>_arg</i> (depends on the previous event parameter)</dt>
724 <dd> 724 <dd>
725 arguments 725 arguments (unused)
726 </dd> 726 </dd>
727 </dl> 727 </dl>
728 <a NAME="DebugBase.profileWithRecursion" ID="DebugBase.profileWithRecursion"></a> 728 <a NAME="DebugBase.profileWithRecursion" ID="DebugBase.profileWithRecursion"></a>
729 <h4>DebugBase.profileWithRecursion</h4> 729 <h4>DebugBase.profileWithRecursion</h4>
730 <b>profileWithRecursion</b>(<i>frame, event, arg</i>) 730 <b>profileWithRecursion</b>(<i>frame, event, _arg</i>)
731 <p> 731 <p>
732 Public method used to trace some stuff independent of the debugger 732 Public method used to trace some stuff independent of the debugger
733 trace function. 733 trace function.
734 </p> 734 </p>
735 735
741 </dd> 741 </dd>
742 <dt><i>event</i> (str)</dt> 742 <dt><i>event</i> (str)</dt>
743 <dd> 743 <dd>
744 trace event 744 trace event
745 </dd> 745 </dd>
746 <dt><i>arg</i> (depends on the previous event parameter)</dt> 746 <dt><i>_arg</i> (depends on the previous event parameter)</dt>
747 <dd> 747 <dd>
748 arguments 748 arguments (unused)
749 </dd> 749 </dd>
750 </dl> 750 </dl>
751 <dl> 751 <dl>
752 752
753 <dt>Raises <b>RuntimeError</b>:</dt> 753 <dt>Raises <b>RuntimeError</b>:</dt>

eric ide

mercurial