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.