faulthandler.enable(file=sys.stderr, all_threads=True) Enable the fault handler: install handlers for the SIGSEGV
get_breaks(filename, lineno) Return all breakpoints for lineno in filename, or an empty list if none are set
lineno Line number (int) of the filter. If lineno is None, the filter matches any line number
filename Filename (str).
bdb.effective(file, line, frame) Determine if there is an effective (active) breakpoint at this line of code. Return a tuple
traceback_limit Maximum number of frames stored in the traceback of traces: result of the get_traceback_limit()
get_stack(f, t) Get a list of records for a frame and all higher (calling) and lower frames, and the size of the higher part
strip_dirs() This method for the Stats class removes all leading path information from file names. It is very useful
set_trace() See the documentation for the functions explained above.
disable() Mark the breakpoint as disabled.
Page 1 of 15