gud-gdb emacs 24 not working

六月ゝ 毕业季﹏ 提交于 2019-11-29 13:42:39

M-x gud-gdb is not for use with annotate=3 but with --fullname (aka --annotate=1, IIRC).

Try M-x gdb with -i=mi instead of --annotate=3.

Then it worked for me, but it's damn slow in my case :/

When did you build Emacs 24? There's been a lot of churn in the gdb/gud area from emacs-devel. If you repro problems in the latest (i.e. today's) build, report bugs ASAP. The pretest is coming to an end very soon.

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