tracemalloc.stop() Stop tracing Python memory allocations: uninstall hooks on Python memory allocators. Also clears all previously
faulthandler.dump_traceback_later(timeout, repeat=False, file=sys.stderr, exit=False) Dump the tracebacks of all threads, after
size Size of the memory block in bytes (int).
class bdb.Bdb(skip=None) The Bdb class acts as a generic Python debugger base class. This
dispatch_call(frame, arg) If the debugger should stop on this function call, invoke the user_call() method (which
clear_bpbynumber(arg) Delete the breakpoint which has the index arg in the Breakpoint.bpbynumber. If arg
class pdb.Pdb(completekey='tab', stdin=None, stdout=None, skip=None, nosigint=False) Pdb is the debugger class
dump_stats(filename) Write the results of the current profile to filename.
faulthandler.cancel_dump_traceback_later() Cancel the last call to dump_traceback_later().
class tracemalloc.Traceback Sequence of Frame instances sorted from the most recent frame to the oldest frame.
Page 4 of 15