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
as it's easily readable on the Chrome console what variable is what. Is there a way to get the symbol names (strings are fine) so I can print them? I created a macro to do this, but this feels hacky.
BTW please ping/upvote if there's general demand for this feature. Again, motivations/examples would be especially useful- cheers! :-)
ptaoussanis
changed the title
Is it possible to get the symbol names for passed logging params in CLJS?
[Cljs] Add support for console.group?
Dec 17, 2016
During development it's super useful to do something like this:
and get back:
as it's easily readable on the Chrome console what variable is what. Is there a way to get the symbol names (strings are fine) so I can print them? I created a macro to do this, but this feels hacky.
The text was updated successfully, but these errors were encountered: