【发布时间】:2022-01-10 05:13:50
【问题描述】:
刚刚开始尝试按照 [url] 1 中的步骤在 R 中使用 lldb 调试器。我没有走得很远。在终端窗口中,R -d lldb 打开一个 lldb 提示符。当我将run 放入该提示时,我收到以下错误消息。
error: process exited with status -1 (attach failed (Not allowed to attach to process. Look in the console messages (Console.app), near the debugserver entries, when the attach failed. The subsystem that denied the attach permission will likely have logged an informative message about why it was denied.))
在控制台应用程序中,我看到一个调试服务器错误,显示“附加失败”,另一个显示错误消息。就在这之前。
error: [LaunchAttach] END (90757) MachProcess::AttachForDebug failed to start exception thread attaching to pid 90756: unable to start the exception thread
但他们没有为我提供任何指导。
我正在使用带有 Apple Silicon 的新 MacBook Pro 和适用于 arch 64 的 R 版本。
【问题讨论】: