Stop loading emacs configuration file setting a break point

只愿长相守 提交于 2019-12-10 10:50:18

问题


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


回答1:


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



来源:https://stackoverflow.com/questions/24060841/stop-loading-emacs-configuration-file-setting-a-break-point

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!