0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

【Rust】MacでVSCodeでのLLDBのdebugが動かない

Posted at

概要

少し久しぶりにRustを触ってみようかなと思ったら、なぜかVSCodeでのデバッグが動かなかったので対応をメモ書きします。

前提

  • LLDBのバージョンは1.10.0です。
  • MacのOSはSonoma14です。
  • 使用したMacのPCはx86(Intel Mac)です。

対応

Rust Analyzer Not Working in VSCode for Mac x86 with MacOS Sonoma 14.0の記事の回答にある通り、LLDBのVSCode拡張のdebugserverが悪さしているようです。~/.vscode/extensions/vadimcn.vscode-lldb-1.10.0/lldb/bin/debugserverのファイルを削除すれば動きました。
なお、この事象はIntel Mac限定で起きるものかもしれません。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?