get_bpbynumber(arg) Return a breakpoint specified by the given number. If arg is a string, it will be converted to
tracemalloc.take_snapshot() Take a snapshot of traces of memory blocks allocated by Python. Return a new Snapshot
all_frames If all_frames is True, all frames of the traceback are checked. If all_frames is False
clear_all_breaks() Delete all existing breakpoints.
runctx(cmd, globals, locals) Profile the cmd via
faulthandler.register(signum, file=sys.stderr, all_threads=True, chain=False) Register a user signal: install a handler for
dispatch_exception(frame, arg) If the debugger should stop at this exception, invokes the user_exception() method
do_clear(arg) Handle how a breakpoint must be removed when it is a temporary one. This method
pdb.run(statement, globals=None, locals=None) Execute the statement (given as a string or a code object) under debugger
class pstats.Stats(*filenames or profile, stream=sys.stdout) This class constructor creates an instance of a “statistics object”
Page 7 of 15