trace.Trace
  • References/Python/Python/Debugging & Profiling

class trace.Trace(count=1, trace=1, countfuncs=0, countcallers=0, ignoremods=(), ignoredirs=(), infile=None, outfile=None, timing=False)

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

deleteMe() Delete the breakpoint from the list associated to a file/line. If it is the last breakpoint in that position, it

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

enable() Mark the breakpoint as enabled.

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

class tracemalloc.Statistic Statistic on memory allocations. Snapshot.statistics()

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

reset() Set the botframe, stopframe, returnframe and quitting attributes

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

user_line(frame) This method is called from dispatch_line() when either stop_here() or break_here()

2025-01-10 15:47:30