bdb.Bdb.break_here()
  • References/Python/Python/Debugging & Profiling

break_here(frame) This method checks if there is a breakpoint in the filename and line belonging to frame or, at least

2025-01-10 15:47:30
tracemalloc.Frame.filename
  • References/Python/Python/Debugging & Profiling

filename Filename (str).

2025-01-10 15:47:30
tracemalloc.Filter.lineno
  • References/Python/Python/Debugging & Profiling

lineno Line number (int) of the filter. If lineno is None, the filter matches any line number

2025-01-10 15:47:30
faulthandler.dump_traceback()
  • References/Python/Python/Debugging & Profiling

faulthandler.dump_traceback(file=sys.stderr, all_threads=True) Dump the tracebacks of all threads into file. If all_threads

2025-01-10 15:47:30
trace.CoverageResults.update()
  • References/Python/Python/Debugging & Profiling

update(other) Merge in data from another CoverageResults object.

2025-01-10 15:47:30
bdb.checkfuncname()
  • References/Python/Python/Debugging & Profiling

bdb.checkfuncname(b, frame) Check whether we should break here, depending on the way the breakpoint b was set.

2025-01-10 15:47:30
profile.Profile.print_stats()
  • References/Python/Python/Debugging & Profiling

print_stats(sort=-1) Create a Stats object based on the current profile and print the results to stdout.

2025-01-10 15:47:30
tracemalloc.Trace
  • References/Python/Python/Debugging & Profiling

class tracemalloc.Trace Trace of a memory block. The Snapshot.traces attribute

2025-01-10 15:47:30
bdb.Bdb.get_stack()
  • References/Python/Python/Debugging & Profiling

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

2025-01-10 15:47:30
profile.run()
  • References/Python/Python/Debugging & Profiling

profile.run(command, filename=None, sort=-1) This function takes a single argument that can be passed to the

2025-01-10 15:47:30