class tracemalloc.Traceback Sequence of Frame instances sorted from the most recent frame to the oldest frame.
dispatch_call(frame, arg) If the debugger should stop on this function call, invoke the user_call() method (which
faulthandler.dump_traceback_later(timeout, repeat=False, file=sys.stderr, exit=False) Dump the tracebacks of all threads, after
dump_stats(filename) Write the results of the current profile to filename.
class tracemalloc.Frame Frame of a traceback. The Traceback class is a sequence
break_anywhere(frame) This method checks if there is a breakpoint in the filename of the current frame.
class bdb.Bdb(skip=None) The Bdb class acts as a generic Python debugger base class. This
inclusive If inclusive is True (include), only trace memory blocks allocated in a file with a name matching
faulthandler.cancel_dump_traceback_later() Cancel the last call to dump_traceback_later().
statistics(group_by: str, cumulative: bool=False) Get statistics as a sorted list of Statistic instances grouped
Page 5 of 15