You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: