filename Filename (str).
lineno Line number (int) of the filter. If lineno is None, the filter matches any line number
set_return(frame) Stop when returning from the given frame.
tracemalloc.clear_traces() Clear traces of memory blocks allocated by Python. See also stop()
get_breaks(filename, lineno) Return all breakpoints for lineno in filename, or an empty list if none are set
get_break(filename, lineno) Check if there is a breakpoint for lineno of filename.
bpprint(out=None) Print the output of bpformat() to the file out, or if it is None, to standard
runeval(expression, globals=None, locals=None) runcall(function, *args, **kwds) set_trace()
bdb.checkfuncname(b, frame) Check whether we should break here, depending on the way the breakpoint b was set.
pdb.pm() Enter post-mortem debugging of the traceback found in
Page 1 of 15