Skip to content

ignore¤

usage: ignore [-h] [N] COUNT

Set ignore-count of breakpoint number N to COUNT.

While the ignore count is positive, execution will not stop on the breakpoint.

By default, if `N' is ommitted, the last breakpoint (i.e. greatest breakpoint number) will be used.

Positional arguments¤

Positional Argument Help
bpnum The breakpoint number N.
count The number to set COUNT.

Optional arguments¤

Short Long Help
-h --help show this help message and exit