Skip to content

Ignore

Ignoring a breakpoint

parser = argparse.ArgumentParser(formatter_class=argparse.RawTextHelpFormatter, description="Set ignore-count of breakpoint number N to COUNT.\n\nWhile the ignore count is positive, execution will not stop on the breakpoint.\n\nBy default, if `N' is ommitted, the last breakpoint (i.e. greatest breakpoint number) will be used.") module-attribute

ignore(bpnum, count)