mirror of https://github.com/pwndbg/pwndbg.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
583 B
Markdown
34 lines
583 B
Markdown
|
|
|
|
|
|
|
|
# ignore
|
|
|
|
## Description
|
|
|
|
|
|
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.
|
|
## Usage:
|
|
|
|
|
|
```bash
|
|
usage: ignore [-h] [N] COUNT
|
|
|
|
```
|
|
## Positional Arguments
|
|
|
|
|Positional Argument|Help|
|
|
| :--- | :--- |
|
|
|`bpnum`|The breakpoint number N.|
|
|
|`count`|The number to set COUNT.|
|
|
|
|
## Optional Arguments
|
|
|
|
|Short|Long|Default|Help|
|
|
| :--- | :--- | :--- | :--- |
|
|
|`-h`|`--help`||show this help message and exit|
|