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

Batch set (or unset) multiple break-points based on a search-pattern #190801

Closed
dimension-zero opened this issue Aug 19, 2023 · 3 comments
Closed
Assignees

Comments

@dimension-zero
Copy link

dimension-zero commented Aug 19, 2023

I have a Python project that calls logging.error() frequently. I'd like to be able to set (or un-set) a break-point on these calls all at once.
Find in Files lets me find the calls but then I have to set a breakpoint manually on each one.
This is very laborious and strikes me as a nice opportunity for automation.
It would be great to be able to automate batch setting (or unsetting) of breakpoints based on a search-pattern.

@gjsjohnmurray
Copy link
Contributor

Are you able to use the function breakpoints feature?

@dimension-zero
Copy link
Author

Are you able to use the function breakpoints feature?

Very interesting - will investigate

@roblourens
Copy link
Member

Or a normal breakpoint inside the function?

Otherwise an extension could also do this kind of thing

@github-actions github-actions bot locked and limited conversation to collaborators Jan 27, 2024
@aiday-mar aiday-mar added this to the December / January 2024 milestone Feb 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants