-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Troncle seems like a good idea, I find myself still stuck doing printf debugging
with emacs for lack of better tooling.
A few suggestions:
- In the README, "installation" should come before "Usage" in the README too IMO, just like in real life.
troncle-set-exec-varshould try and guess the var i'm interested in from
the region I selected. a little goes a long way to improve usability. (Update: does it actually do this already?)- I haven't done much emacs dev but sprinkled about is the notion that
you should suggest default key-bindings but not set them. Emacs keymaps
are a war zone. - The line/col information is not very useful, I need context information
that's related to my source file, not to the code fragment cider submits
to nrepl behind the scenes. That's probably a cider limitation though,
and it's troublesome there too (stack traces). @bbatsov ?
a tracing buffer which does something like emacs's support for jumping
from compilation errors to the offending line or a variation there-of might
be nice, that probably requires some work though.
Thanks for releasing.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels