Would love to be able to disable specific breakpoints in Water. Currently I can only remove a breakpoint or disable all. It would help when trying to debug a function from a specific code path, in cases where the function is called many times from other code paths first. I’ve found this to be a pretty common occurrence, especially when trying to debug utility functions.
EDIT:
To clarify, by “disable” I mean leave the breakpoint visible to me (so I can easily remember which lines I want to break at) but have the debugger skip it - like it does when disabling “stop on breakpoints”