Alessandro Arzilli 18970f4690
pkg/proc: add way to disable stop-on-error for breakpoint conditions (#4191)
Add a fake delve.catch function that can be used to wrap the expression
of breakpoint conditions so that they do not stop if the expression can
not be evaluated correctly.
The main use case for this is that it's hard to set breakpoint
conditions on interface variables that assume different types but it
can also be useful in other cases (for example checking the value of a
pointer-to-struct that sometimes is nil).
2025-11-24 12:33:53 -05:00
..