Skip to content

New user Feedback on troncle #4

@ghost

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-var should 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions