Replies: 1 comment 1 reply
-
I recall it being mentioned somewhere that it could be possible to at least register and use A similar system might work for registering more structured type-based output as well, either from s-exps or JSON. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm wondering if I can use ocamlearlybird to show opaque values using sexp.
I'm using ocamlearlybird in VSCode.
I made some custom modules implementing
to_sexp : t -> Sexp.t
so that I can inspect opaque values using s-expressions.Is there a way to inspect them using my custom
to_sexp
?By "opaque values", I mean:
Fully-automatic solution would be cool, but I would still be very happy if I can manually invoke this method for variables in scope at a breakpoint.
Is there currently a way to do this?
Thank you for creating and maintaining this amazing tool!
Beta Was this translation helpful? Give feedback.
All reactions