Skip to content

Instantly share code, notes, and snippets.

@hugoduncan
Created April 29, 2011 02:38
Show Gist options
  • Save hugoduncan/947743 to your computer and use it in GitHub Desktop.
Save hugoduncan/947743 to your computer and use it in GitHub Desktop.
elisp for swank-clj
(require 'slime)
(defun slime-line-breakpoint ()
"Set a breakpoint at the current line"
(interactive)
(slime-eval-with-transcript
`(swank:line-breakpoint
,(slime-current-package) ,(buffer-name) ,(line-number-at-pos))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment