There are no implemented interfaces.
There are no attributes in this class.
break_anywhere(frame)
break_here(frame)
canonic(filename)
clear_all_breaks()
clear_all_file_breaks(filename)
clear_bpbynumber(arg)
clear_break(filename, lineno)
dispatch_call(frame, arg)
dispatch_exception(frame, arg)
dispatch_line(frame)
dispatch_return(frame, arg)
do_clear(arg)
format_stack_entry(frame_lineno, lprefix=': ')
get_all_breaks()
get_break(filename, lineno)
get_breaks(filename, lineno)
get_file_breaks(filename)
get_stack(f, t)
reset()
run(cmd, globals=None, locals=None)
runcall(func, *args, **kwds)
runctx(cmd, globals, locals)
runeval(expr, globals=None, locals=None)
set_break(filename, lineno, temporary=0, cond=None, funcname=None)
set_continue()
set_next(frame)
Stop on the next line in or below the given frame.
set_quit()
set_return(frame)
Stop when returning from the given frame.
set_step()
Stop after one line of code.
set_trace(frame=None)
Start debugging from `frame`.
If frame is not specified, debugging starts from caller's frame.
stop_here(frame)
trace_dispatch(frame, event, arg)
user_call(frame, args)
user_exception(frame, exc_stuff)
user_line(frame)
user_return(frame, retval)
There are no known subclasses.