set_step() Stop after one line of code.
clear_all_file_breaks(filename) Delete all breakpoints in filename. If none were set, an error message is returned
get_all_breaks() Return all breakpoints that are set.
reset() Set the botframe, stopframe, returnframe and quitting attributes
class tracemalloc.Snapshot Snapshot of traces of memory blocks allocated by Python. The
run(cmd) Profile the cmd via
runcall(func, *args, **kwargs) Profile func(*args, **kwargs)
user_exception(frame, exc_info) This method is called from dispatch_exception() when stop_here() yields
user_line(frame) This method is called from dispatch_line() when either stop_here() or break_here()
runctx(cmd, globals, locals) For backwards compatibility. Calls the run() method.
Page 13 of 15