Created
October 30, 2012 22:08
-
-
Save schuster-rainer/3983398 to your computer and use it in GitHub Desktop.
debuggin with ipdb in clojure-py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(ns hello-debug) | |
(require '[ipdb :as pdb]) | |
(pdb/set_trace) | |
(def greet "hello world!") | |
(println greet) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment