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

Extend get api of breakpoints to retrieve a bp at specific line #1204

Open
asmodeus812 opened this issue Apr 29, 2024 · 0 comments
Open

Extend get api of breakpoints to retrieve a bp at specific line #1204

asmodeus812 opened this issue Apr 29, 2024 · 0 comments

Comments

@asmodeus812
Copy link
Contributor

Problem Statement

There is no way to get a breakpoint at a specific line number at the moment. The breakpoint.get api can be extended to match the other api's for breakpoints to optionally get a line number, similarly to toggle,remove, set etc.

Possible Solutions

No response

Considered Alternatives

At the moment we have to do use get, to get all of them, and then filter on the line number, to get the one we want.

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