132 </tr><tr> |
132 </tr><tr> |
133 <td><a href="#DebugBase.isBroken">isBroken</a></td> |
133 <td><a href="#DebugBase.isBroken">isBroken</a></td> |
134 <td>Public method to return the broken state of the debugger.</td> |
134 <td>Public method to return the broken state of the debugger.</td> |
135 </tr><tr> |
135 </tr><tr> |
136 <td><a href="#DebugBase.profile">profile</a></td> |
136 <td><a href="#DebugBase.profile">profile</a></td> |
137 <td>Public method used to trace some stuff independant of the debugger trace function.</td> |
137 <td>Public method used to trace some stuff independent of the debugger trace function.</td> |
138 </tr><tr> |
138 </tr><tr> |
139 <td><a href="#DebugBase.setRecursionDepth">setRecursionDepth</a></td> |
139 <td><a href="#DebugBase.setRecursionDepth">setRecursionDepth</a></td> |
140 <td>Public method to determine the current recursion depth.</td> |
140 <td>Public method to determine the current recursion depth.</td> |
141 </tr><tr> |
141 </tr><tr> |
142 <td><a href="#DebugBase.set_continue">set_continue</a></td> |
142 <td><a href="#DebugBase.set_continue">set_continue</a></td> |
487 </dd> |
487 </dd> |
488 </dl><a NAME="DebugBase.profile" ID="DebugBase.profile"></a> |
488 </dl><a NAME="DebugBase.profile" ID="DebugBase.profile"></a> |
489 <h4>DebugBase.profile</h4> |
489 <h4>DebugBase.profile</h4> |
490 <b>profile</b>(<i>frame, event, arg</i>) |
490 <b>profile</b>(<i>frame, event, arg</i>) |
491 <p> |
491 <p> |
492 Public method used to trace some stuff independant of the debugger |
492 Public method used to trace some stuff independent of the debugger |
493 trace function. |
493 trace function. |
494 </p><dl> |
494 </p><dl> |
495 <dt><i>frame</i></dt> |
495 <dt><i>frame</i></dt> |
496 <dd> |
496 <dd> |
497 The current stack frame. |
497 The current stack frame. |