停止加载emacs配置文件设置断点 [英] Stop loading emacs configuration file setting a break point

查看:214
本文介绍了停止加载emacs配置文件设置断点的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在重写我的Emacs的.init文件,我想能够停止在某些特定的点加载它。
这就像插入一个断点,但与调试无关。



我试过使用'throw'和'catch',但这不是我正在寻找的。

谢谢

解决方案

您可以添加(debug)地方。这将打开一个调试器窗口,您可以在其中点击 c 继续, q 退出。


I'm rewriting my Emacs' .init file and I'd like to be able to stop loading it at some specific points. It's like inserting a break point, but nothing to do with debugging.

I've tried using 'throw' and 'catch' but that's not really what I'm looking for.

Thanks

解决方案

You can add (debug) at suitable places. That will open a debugger window, where you can hit c to continue and q to quit.

这篇关于停止加载emacs配置文件设置断点的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆