Skip to content

ignore ¤

Ignoring a breakpoint

Functions:

Attributes:

parser module-attribute ¤

parser = ArgumentParser(
    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."
)

ignore ¤

ignore(bpnum, count) -> None