(defn debug-panel
"Debug panel, pretty prints any data you pass in on the screen."
[d]
[:pre
(with-out-str (cljs.pprint/pprint d))])
[debug-panel <data structure>].
Lovely.This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
(defn debug-panel "Debug panel, pretty prints any data you pass in on the screen." [d] [:pre (with-out-str (cljs.pprint/pprint d))]) [debug-panel <data structure>]. Lovely.
(defn debug-panel
"Debug panel, pretty prints any data you pass in on the screen."
[d]
[:pre
(with-out-str (cljs.pprint/pprint d))])
[debug-panel <data structure>].
Lovely.
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.