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

Show breakpoint hit count #228605

Open
fr43nk opened this issue Sep 13, 2024 · 1 comment
Open

Show breakpoint hit count #228605

fr43nk opened this issue Sep 13, 2024 · 1 comment
Assignees

Comments

@fr43nk
Copy link

fr43nk commented Sep 13, 2024

While debugging it sometimes is helpfull to see how often a breakpoint is already hit in the current debug session.
So it would be nice to have the hit count in the breakpoint view as a quickinfo.

Best regards,
Frank

@vogelsgesang
Copy link

Note that, e.g., lldb would already have this hit-count available. However, there is currently no way to communicate the hit count from the debugger to VS Code via the debug adapter protocol, afaict.

Also see discussion in llvm/llvm-project#104396

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

3 participants