deleteMe() Delete the breakpoint from the list associated to a file/line. If it is the last breakpoint in that position, it
user_line(frame) This method is called from dispatch_line() when either stop_here() or break_here()
run(cmd) Profile the cmd via
faulthandler.is_enabled() Check if the fault handler is enabled.
class trace.Trace(count=1, trace=1, countfuncs=0, countcallers=0, ignoremods=(), ignoredirs=(), infile=None, outfile=None, timing=False)
runcall(func, *args, **kwargs) Profile func(*args, **kwargs)
class tracemalloc.Statistic Statistic on memory allocations. Snapshot.statistics()
set_step() Stop after one line of code.
reset() Set the botframe, stopframe, returnframe and quitting attributes
user_return(frame, return_value) This method is called from dispatch_return() when stop_here() yields
Page 14 of 15