@seancorfield: I don't think it would be that hard to add an option to start a REPL with custom command. There's a way to connect to a remote repl. It pops up a window to type in the port. I could see adding this new feature and it pops up a window to type in the boot command to run. Would that work?
pre-populated with the default command, so a user could edit it ā yes
What would you expect to see as the default command?
Whatever Boot (or Lein) command it would normally run to start a REPL...
Ah I get it
--no-colors dev repl --server wait
e.g., Iād normally see boot --no-colors cider repl --server wait
for that and Iād want to edit cider
to select a different Boot task / context
Could you file an issue?
Sure. Wanted to check you were open to the idea first.
Yup it seems like a good feature.
@seancorfield >@jtmarmon My other question remains unanswered: How exactly are you connection ProtoREPL to your existing running session? "Proto Repl: Remote Nrepl Connection" use the host and port filled in by default thanks to .lein-env
Hmm, in that case you should have the exact same environment as your running process...
When I connect into one of my already running instances, everything is available exactly as in the REPL itself.
https://github.com/jasongilman/proto-repl/issues/216 ā start nREPL with edit of command line first
(sorry that took a while, we lost Internet for a an hour or two)
Is there a way of getting the stacktrace for the last error?
*e
will help, found it
@zmaril the general way is (clojure.repl/pst) since it pretty prints it š
Ah nice thanks