clear_all_breaks() Delete all existing breakpoints.
pdb.runeval(expression, globals=None, locals=None) Evaluate the expression (given as a string or a code object) under
class bdb.Breakpoint(self, file, line, temporary=0, cond=None, funcname=None) This class implements temporary breakpoints, ignore
runeval(expr, globals=None, locals=None) Debug an expression executed via the
format(limit=None) Format the traceback as a list of lines with newlines. Use the
traceback Traceback where the memory block was allocated, Traceback instance.
timeit.repeat(stmt='pass', setup='pass', timer=, repeat=3, number=1000000, globals=None) Create a Timer instance
dispatch_return(frame, arg) If the debugger should stop on this function return, invoke the user_return() method
size Total size of memory blocks in bytes (int).
user_call(frame, argument_list) This method is called from dispatch_call() when there is the possibility that a
Page 9 of 15