(defn sldb-debug [locals thrown id] (try (invoke-debugger nil thrown id) (catch Throwable t (when (and (pos? *sldb-level*) (not (debug-abort-exception? t))) (throw t)))))
Comments top
No comments for sldb-debug. Log in to add a comment.