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
While there is io.debug, string.inspect in stdlib, in gleam_erlang there could be another debug function that is helpful when debugging underlaying erlang values such as this: gleam-lang/stdlib#332
I'd suggest to just add in gleam: erlang.debug (prints to stdout, returns value) and erlang.inspect (returns string)
Would you want me to do that?
The text was updated successfully, but these errors were encountered:
While there is
io.debug
,string.inspect
in stdlib, in gleam_erlang there could be another debug function that is helpful when debugging underlaying erlang values such as this: gleam-lang/stdlib#332I'd suggest to just add in gleam:
erlang.debug
(prints to stdout, returns value) anderlang.inspect
(returns string)Would you want me to do that?
The text was updated successfully, but these errors were encountered: