<div dir="ltr">I don't think there is any support for this in the current or new Erlang systems. Compiled patterns are represented as magic binaries currently. This will change in Erlang/OTP 20.0 where you will have a reference type for this. But the semantics will stay the same: There is no way to go backwards. You best bet is to figure out where the creator code is. Then you can look at who creates the compiled binary search pattern.</div><br><div class="gmail_quote"><div dir="ltr">On Sat, May 13, 2017 at 12:52 PM Eranga Udesh <<a href="mailto:eranga.erl@gmail.com">eranga.erl@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi,<div><br></div><div>Is there anyway to view Compiled Binary Search Pattern for debugging purposes? I need to output (dump) all content inside the Compiled Pattern.</div><div><br></div><div>Any possibility?</div><div><br></div><div>Thanks in advance.</div><div>- Eranga</div></div>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div>