用emacs 的dap-mode 的调试rust程序,用hydra 设置了断点,然后用i: Step in 命令试图进入函数内部。这时提示错误:which-func-ff-hook error: (wrong-type-argument arrayp nil)
如果不开启dap-mode,同一个rust程序,通过lsp-mode的代码索引,是可以跳转到这个函数的内部的。
请问会是什么原因?
用emacs 的dap-mode 的调试rust程序,用hydra 设置了断点,然后用i: Step in 命令试图进入函数内部。这时提示错误:which-func-ff-hook error: (wrong-type-argument arrayp nil)
如果不开启dap-mode,同一个rust程序,通过lsp-mode的代码索引,是可以跳转到这个函数的内部的。
请问会是什么原因?