Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support continue with a count #97

Open
TamaMcGlinn opened this issue Nov 16, 2020 · 0 comments
Open

Support continue with a count #97

TamaMcGlinn opened this issue Nov 16, 2020 · 0 comments

Comments

@TamaMcGlinn
Copy link

This SO answer illustrates gdb's ability to let you skip a breakpoint some number of times:

(gdb) c 5
Will ignore next 4 crossings of breakpoint 2.  Continuing.
1
2
3
4
5

Breakpoint 2, main () at main.c:6
6               i++; /* Line 6 */

We can currently achieve this by doing VGBrawWrite and entering the c 5 as above. It would be nice to make this a bit vimmier by allowing a count to be specified before the continue command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant