Fork me on GitHub
#cider
<
2017-06-21
>
pandeiro18:06:47

Anyone noticed that jump-to-source doesn't work when developing inside a docker container?

pandeiro18:06:02

Wondering how I can debug that

pandeiro18:06:28

Stepped through with edebug, the problem is that the source file is mounted to a different filepath inside the docker container, which doesn't exist on the host where emacs is running

pandeiro18:06:11

Maybe I could solve that with some custom advice to translate filepaths that look like docker container paths to the normal host path

tanzoniteblack18:06:49

I’ve run into the same issue when using tramp to connect to a remote server, that even when I have cider installed on the remote server, I can’t use it to do jump to source, for the same reasons of the file path not including the necessary information for emacs to know it’s on a remote server

tanzoniteblack18:06:11

I’ve never found a solution for that either, just commiserating 🙂

bja20:06:38

is it possible (or even sensical) to duplicate stdout from *cider-repl ...* such that the stdout also continues logging to the process's stdout?