简体   繁体   English

如何在emacs上调试苹果酒?

[英]How to debug cider on emacs?

I have an issue using cider: emacs freezes after nREPL server started on 54308 is written. 我在使用苹果酒时遇到问题:编写了在nREPL server started on 54308后,emacs冻结。 Cg helps, but I have cider not working. Cg可以帮助,但是我的苹果酒不起作用。 My question is: how can I debug cider and get some usefull output to find the source of this problem? 我的问题是:如何调试苹果酒并获取一些有用的输出以查找此问题的根源?

PS After a long time I get error in process filter: error during connect: connection timed out . PS很长一段时间后,我error in process filter: error during connect: connection timed out But I would like to debug underlying process (as nrepl-server is started). 但是我想调试底层进程(当nrepl-server启动时)。

Mx toggle-debug-on-error should make it easy to obtain the stacktrace of the problem. Mx toggle-debug-on-error应该可以很容易地获得问题的堆栈跟踪。 After that you can you use any general debugging technique (personally, I'm fond using the debugger). 之后,您可以使用任何常规调试技术(就个人而言,我很喜欢使用调试器)。 I see you've also reported your problem here - that's always a good idea. 我看到您也在这里报告了您的问题-总是一个好主意。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM