class trace.Trace(count=1, trace=1, countfuncs=0, countcallers=0, ignoremods=(), ignoredirs=(), infile=None, outfile=None, timing=False)
deleteMe() Delete the breakpoint from the list associated to a file/line. If it is the last breakpoint in that position, it
class tracemalloc.Snapshot Snapshot of traces of memory blocks allocated by Python. The
enable() Mark the breakpoint as enabled.
class tracemalloc.Statistic Statistic on memory allocations. Snapshot.statistics()
lineno Line number (int).
size Total size of memory blocks in bytes in the new snapshot (int): 0 if the memory blocks have been
reset() Set the botframe, stopframe, returnframe and quitting attributes
clear_all_file_breaks(filename) Delete all breakpoints in filename. If none were set, an error message is returned
user_line(frame) This method is called from dispatch_line() when either stop_here() or break_here()
Page 13 of 15