gpt4 book ai didi

debugging - emacs 调试器 : how can I step-out, 跳过?

转载 作者:行者123 更新时间:2023-12-04 12:01:25 26 4
gpt4 key购买 nike

我不知道为什么我在摸索时遇到这么多麻烦the documentation for the elisp debugger .

我看到它有一个“进入”(d)的命令。但是对于我的生活,我看不到跨出或跨出。

任何人都可以帮忙吗?

如果我在回溯缓冲区中有这个:

Debugger entered--returning value: 5047
line-beginning-position()
* c-parse-state()
* byte-code("...")
* c-guess-basic-syntax()
c-show-syntactic-information(nil)
call-interactively(c-show-syntactic-information)

...我应该把光标放在哪里,我输入什么键,以退出 parse-state() fn ?我的意思是,运行直到 fn 返回,然后再次在调试器中停止。

最佳答案

调试时,我按 ?我看到:

o               edebug-step-out
f edebug-forward-sexp
h edebug-goto-here

我相信 o (它是 step-out )和 f (比如 step over)是你正在寻找的,尽管我也发现 h 非常有用。

关于debugging - emacs 调试器 : how can I step-out, 跳过?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2575484/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com