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 situation where sometimes I am trying to debug a pattern match failure and I would love to get a hold of the {m, f, a} for what failed a pattern match.
Is there something in entrace that enables this?
I noticed there's an exception_trace option for the underlying :erlang.trace module but wasn't sure if that's somehow exposed.
The text was updated successfully, but these errors were encountered:
Hi!
I have a situation where sometimes I am trying to debug a pattern match failure and I would love to get a hold of the {m, f, a} for what failed a pattern match.
Is there something in entrace that enables this?
I noticed there's an exception_trace option for the underlying
:erlang.trace
module but wasn't sure if that's somehow exposed.The text was updated successfully, but these errors were encountered: