traceback_limit Maximum number of frames stored in the traceback of traces: result of the get_traceback_limit()
bpprint(out=None) Print the output of bpformat() to the file out, or if it is None, to standard
sort_stats(*keys) This method modifies the Stats object by sorting it according to the supplied criteria. The argument
faulthandler.enable(file=sys.stderr, all_threads=True) Enable the fault handler: install handlers for the SIGSEGV
get_breaks(filename, lineno) Return all breakpoints for lineno in filename, or an empty list if none are set
bdb.effective(file, line, frame) Determine if there is an effective (active) breakpoint at this line of code. Return a tuple
clear_break(filename, lineno) Delete the breakpoints in filename and lineno. If none were set, an error message
pdb.pm() Enter post-mortem debugging of the traceback found in
runeval(expression, globals=None, locals=None) runcall(function, *args, **kwds) set_trace()
set_trace() See the documentation for the functions explained above.
Page 1 of 15