tracemalloc.Traceback
  • References/Python/Python/Debugging & Profiling

class tracemalloc.Traceback Sequence of Frame instances sorted from the most recent frame to the oldest frame.

2025-01-10 15:47:30
bdb.Bdb.dispatch_call()
  • References/Python/Python/Debugging & Profiling

dispatch_call(frame, arg) If the debugger should stop on this function call, invoke the user_call() method (which

2025-01-10 15:47:30
faulthandler.dump_traceback_later()
  • References/Python/Python/Debugging & Profiling

faulthandler.dump_traceback_later(timeout, repeat=False, file=sys.stderr, exit=False) Dump the tracebacks of all threads, after

2025-01-10 15:47:30
profile.Profile.dump_stats()
  • References/Python/Python/Debugging & Profiling

dump_stats(filename) Write the results of the current profile to filename.

2025-01-10 15:47:30
tracemalloc.Frame
  • References/Python/Python/Debugging & Profiling

class tracemalloc.Frame Frame of a traceback. The Traceback class is a sequence

2025-01-10 15:47:30
bdb.Bdb.break_anywhere()
  • References/Python/Python/Debugging & Profiling

break_anywhere(frame) This method checks if there is a breakpoint in the filename of the current frame.

2025-01-10 15:47:30
bdb.Bdb
  • References/Python/Python/Debugging & Profiling

class bdb.Bdb(skip=None) The Bdb class acts as a generic Python debugger base class. This

2025-01-10 15:47:30
tracemalloc.Filter.inclusive
  • References/Python/Python/Debugging & Profiling

inclusive If inclusive is True (include), only trace memory blocks allocated in a file with a name matching

2025-01-10 15:47:30
faulthandler.cancel_dump_traceback_later()
  • References/Python/Python/Debugging & Profiling

faulthandler.cancel_dump_traceback_later() Cancel the last call to dump_traceback_later().

2025-01-10 15:47:30
tracemalloc.Snapshot.statistics()
  • References/Python/Python/Debugging & Profiling

statistics(group_by: str, cumulative: bool=False) Get statistics as a sorted list of Statistic instances grouped

2025-01-10 15:47:30