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

Adding a custom visual queue for hit condition breakpoints #1359

Open
cmoscofian opened this issue Nov 11, 2024 · 0 comments
Open

Adding a custom visual queue for hit condition breakpoints #1359

cmoscofian opened this issue Nov 11, 2024 · 0 comments

Comments

@cmoscofian
Copy link

Problem Statement

Currently the hit_condition breakpoints, when available, have the same visualization as a regular breakpoint.
I think would be beneficial to add the ability to set it's own visual queue (sign and hl-group), similar to what has been done for log_point.
I might be wrong here, and if that is the case I apologize, but sounds simple enough to implement and has a fair bit of value.

Possible Solutions

I think it would be useful in the context of loop debugs where mixed breakpoints are created, meaning some parts you only care on hit_conditions and others you might want to inspect every-time. It would be good being able to visualize that the breakpoints are correctly setup on a glance, not having to run and finding out the wrong one has been setup.

Considered Alternatives

No response

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