sayid
sayid copied to clipboard
A debugger for Clojure
Commit https://github.com/clojure-emacs/cider/commit/8989f40d in cider stopped using `cider-jack-in-lein-plugins` as a method for defining the dependencies to insert, which causes the sayid dependencies to be missed upon jack-in. Since we're using Cider...
I've documented this in PR #67 also, but the short of it is that Cider no longer uses the `cider-jack-in-lein-plugins` var for non-lein projects, and but Sayid hasn't been updated...
I've extracted the functions to determine file name and line number into functions, for use in user-defined functions.
It appears that sayid does not currently support CLJS. Is there any technical reason for this? If not, I may be interested in helping make CLJS happen.
Initial implementation of utility functions to integrate magit into sayid. The interactive function `sayid-magit-trace-changed-ns` will prompt the user for a commit, and trace all namespaces in files change in that...
This would allow calling it from utility functions. For example a keybinding to load a list of commonly used namespaces. Pull request #64 implements this.
I remember I saw a video or similar where you used the command line instead. Where can I find that?
Tutorial worked fine for me, but now Sayid is failing to work on my own project. The workspace text is not colored and none of the keyboard shortcuts work. For...
I'm following your tutorial here: http://bpiel.github.io/sayid/. At the moment when user supposed to `N` > Now press N and hold onto your hat. it fails with exception: `Wrong type argument:...
Not sure what is broken, here. When I press in "g" during looking into function's trace it fails at the moment of finding proper file: - Emacs version 25.1.1 -...