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.
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.tracemodule but wasn't sure if that's somehow exposed.