tracemalloc.Snapshot.traceback_limit
  • References/Python/Python/Debugging & Profiling

traceback_limit Maximum number of frames stored in the traceback of traces: result of the get_traceback_limit()

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

count Number of memory blocks in the new snapshot (int): 0 if the memory blocks have been released

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

bdb.effective(file, line, frame) Determine if there is an effective (active) breakpoint at this line of code. Return a tuple

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

get_break(filename, lineno) Check if there is a breakpoint for lineno of filename.

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

results() Return a CoverageResults object that contains the cumulative results of all previous calls to run

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

set_trace() See the documentation for the functions explained above.

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

set_return(frame) Stop when returning from the given frame.

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

sort_stats(*keys) This method modifies the Stats object by sorting it according to the supplied criteria. The argument

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

filename Filename (str).

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

break_here(frame) This method checks if there is a breakpoint in the filename and line belonging to frame or, at least

2025-01-10 15:47:30