Skip to content

Instantly share code, notes, and snippets.

@sinemetu1
Created April 27, 2012 15:39
Show Gist options
  • Save sinemetu1/2510244 to your computer and use it in GitHub Desktop.
Save sinemetu1/2510244 to your computer and use it in GitHub Desktop.
Clojure debugger
; From: http://stackoverflow.com/a/2352280/1183294
; Debugger Code:
(defmacro dbg[x] `(let [x# ~x] (println "*** dbg:" '~x "=" x#) x#))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment