129 </tr><tr> |
129 </tr><tr> |
130 <td><a href="#DebugBase.isBroken">isBroken</a></td> |
130 <td><a href="#DebugBase.isBroken">isBroken</a></td> |
131 <td>Public method to return the broken state of the debugger.</td> |
131 <td>Public method to return the broken state of the debugger.</td> |
132 </tr><tr> |
132 </tr><tr> |
133 <td><a href="#DebugBase.profile">profile</a></td> |
133 <td><a href="#DebugBase.profile">profile</a></td> |
134 <td>Public method used to trace some stuff independant of the debugger trace function.</td> |
134 <td>Public method used to trace some stuff independent of the debugger trace function.</td> |
135 </tr><tr> |
135 </tr><tr> |
136 <td><a href="#DebugBase.setRecursionDepth">setRecursionDepth</a></td> |
136 <td><a href="#DebugBase.setRecursionDepth">setRecursionDepth</a></td> |
137 <td>Public method to determine the current recursion depth.</td> |
137 <td>Public method to determine the current recursion depth.</td> |
138 </tr><tr> |
138 </tr><tr> |
139 <td><a href="#DebugBase.set_continue">set_continue</a></td> |
139 <td><a href="#DebugBase.set_continue">set_continue</a></td> |
473 </dd> |
473 </dd> |
474 </dl><a NAME="DebugBase.profile" ID="DebugBase.profile"></a> |
474 </dl><a NAME="DebugBase.profile" ID="DebugBase.profile"></a> |
475 <h4>DebugBase.profile</h4> |
475 <h4>DebugBase.profile</h4> |
476 <b>profile</b>(<i>frame, event, arg</i>) |
476 <b>profile</b>(<i>frame, event, arg</i>) |
477 <p> |
477 <p> |
478 Public method used to trace some stuff independant of the debugger |
478 Public method used to trace some stuff independent of the debugger |
479 trace function. |
479 trace function. |
480 </p><dl> |
480 </p><dl> |
481 <dt><i>frame</i></dt> |
481 <dt><i>frame</i></dt> |
482 <dd> |
482 <dd> |
483 The current stack frame. |
483 The current stack frame. |