(defslimefn inspect-frame-var [frame index]
(if (and (zero? frame) *current-env*)
(let [locals (local-non-functions *current-env*)
object (locals (nth (keys locals) index))]
(with-emacs-package
(reset-inspector)
(inspect-object object)))))
Comments top
No comments for inspect-frame-var. Log in to add a comment.