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 |