Fork me on GitHub
#spacemacs
<
2017-06-08
>
achikin09:06:05

I’m trying to run the cider repl from inside spacemacs. It fails with a compilation error and then buffer with the error disappears before I can read the contents. Or it’s a minibuffer? Anyway, how can I get the full stacktrace in this case?

achikin09:06:10

I’ll answer myself as usual. All repl output goes to minibuffer in this case and all the contents are accessible in Messages buffer.

practicalli-johnny10:06:48

@achikin If I get a strange error I check the repl buffer then messages buffer. If there is nothing there, I jack-in to a simple project that I know works to try narrow down if it's the project or Spacemacs. So far it's always been the project ;)

achikin10:06:38

Thank you. It was definitely a project 🙂