tracemalloc.stop()
  • References/Python/Python/Debugging & Profiling

tracemalloc.stop() Stop tracing Python memory allocations: uninstall hooks on Python memory allocators. Also clears all previously

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
tracemalloc.Trace.size
  • References/Python/Python/Debugging & Profiling

size Size of the memory block in bytes (int).

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
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
bdb.Bdb.clear_bpbynumber()
  • References/Python/Python/Debugging & Profiling

clear_bpbynumber(arg) Delete the breakpoint which has the index arg in the Breakpoint.bpbynumber. If arg

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

class pdb.Pdb(completekey='tab', stdin=None, stdout=None, skip=None, nosigint=False) Pdb is the debugger class

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
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.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