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

changeset 945
8cd4d08fa9f6
parent 935
bf9ee1e00bc5
child 1228
7afaf2fca55b
equal deleted inserted replaced
944:1b59c4ba121e 945:8cd4d08fa9f6
268 </dd> 268 </dd>
269 </dl><a NAME="DebugBase.break_here" ID="DebugBase.break_here"></a> 269 </dl><a NAME="DebugBase.break_here" ID="DebugBase.break_here"></a>
270 <h4>DebugBase.break_here</h4> 270 <h4>DebugBase.break_here</h4>
271 <b>break_here</b>(<i>frame</i>) 271 <b>break_here</b>(<i>frame</i>)
272 <p> 272 <p>
273 Reimplemented from bdb.py to fix the filename from the frame. 273 Reimplemented from bdb.py to fix the filename from the frame.
274 </p><p> 274 </p><p>
275 See fix_frame_filename for more info. 275 See fix_frame_filename for more info.
276 </p><dl> 276 </p><dl>
277 <dt><i>frame</i></dt> 277 <dt><i>frame</i></dt>
278 <dd> 278 <dd>
465 </dd> 465 </dd>
466 </dl><a NAME="DebugBase.profile" ID="DebugBase.profile"></a> 466 </dl><a NAME="DebugBase.profile" ID="DebugBase.profile"></a>
467 <h4>DebugBase.profile</h4> 467 <h4>DebugBase.profile</h4>
468 <b>profile</b>(<i>frame, event, arg</i>) 468 <b>profile</b>(<i>frame, event, arg</i>)
469 <p> 469 <p>
470 Public method used to trace some stuff independant of the debugger 470 Public method used to trace some stuff independant of the debugger
471 trace function. 471 trace function.
472 </p><dl> 472 </p><dl>
473 <dt><i>frame</i></dt> 473 <dt><i>frame</i></dt>
474 <dd> 474 <dd>
475 The current stack frame. 475 The current stack frame.
502 </dd> 502 </dd>
503 </dl><a NAME="DebugBase.set_quit" ID="DebugBase.set_quit"></a> 503 </dl><a NAME="DebugBase.set_quit" ID="DebugBase.set_quit"></a>
504 <h4>DebugBase.set_quit</h4> 504 <h4>DebugBase.set_quit</h4>
505 <b>set_quit</b>(<i></i>) 505 <b>set_quit</b>(<i></i>)
506 <p> 506 <p>
507 Public method to quit. 507 Public method to quit.
508 </p><p> 508 </p><p>
509 It wraps call to bdb to clear the current frame properly. 509 It wraps call to bdb to clear the current frame properly.
510 </p><a NAME="DebugBase.set_trace" ID="DebugBase.set_trace"></a> 510 </p><a NAME="DebugBase.set_trace" ID="DebugBase.set_trace"></a>
511 <h4>DebugBase.set_trace</h4> 511 <h4>DebugBase.set_trace</h4>
512 <b>set_trace</b>(<i>frame = None</i>) 512 <b>set_trace</b>(<i>frame=None</i>)
513 <p> 513 <p>
514 Overridden method of bdb.py to do some special setup. 514 Overridden method of bdb.py to do some special setup.
515 </p><dl> 515 </p><dl>
516 <dt><i>frame</i></dt> 516 <dt><i>frame</i></dt>
517 <dd> 517 <dd>

eric ide

mercurial