disable() Mark the breakpoint as disabled.
runeval(expression, globals=None, locals=None) runcall(function, *args, **kwds) set_trace()
pdb.runcall(function, *args, **kwds) Call the function (a function or method object, not a string) with the given arguments
faulthandler.enable(file=sys.stderr, all_threads=True) Enable the fault handler: install handlers for the SIGSEGV
clear_break(filename, lineno) Delete the breakpoints in filename and lineno. If none were set, an error message
traceback_limit Maximum number of frames stored in the traceback of traces: result of the get_traceback_limit()
bdb.effective(file, line, frame) Determine if there is an effective (active) breakpoint at this line of code. Return a tuple
count Number of memory blocks in the new snapshot (int): 0 if the memory blocks have been released
faulthandler.dump_traceback(file=sys.stderr, all_threads=True) Dump the tracebacks of all threads into file. If all_threads
filename Filename (str).
Page 2 of 15