bdb.Bdb.stop_here()
  • References/Python/Python/Debugging & Profiling

stop_here(frame) This method checks if the frame is somewhere below botframe in the call stack. botframe

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

run(statement, globals=None, locals=None) runeval(expression, globals=None, locals=None) runcall(function

2025-01-10 15:47:30
trace.CoverageResults.write_results()
  • References/Python/Python/Debugging & Profiling

write_results(show_missing=True, summary=False, coverdir=None) Write coverage results. Set show_missing to show lines

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

lineno Line number (int).

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

compare_to(old_snapshot: Snapshot, group_by: str, cumulative: bool=False) Compute the differences with an old snapshot. Get

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

create_stats() Stop collecting profiling data and record the results internally as the current profile.

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

size Total size of memory blocks in bytes in the new snapshot (int): 0 if the memory blocks have been

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

clear_all_file_breaks(filename) Delete all breakpoints in filename. If none were set, an error message is returned

2025-01-10 15:47:30
pstats.Stats.print_callers()
  • References/Python/Python/Debugging & Profiling

print_callers(*restrictions) This method for the Stats class prints a list of all functions that called each function

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

class tracemalloc.Snapshot Snapshot of traces of memory blocks allocated by Python. The

2025-01-10 15:47:30