1
1

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 5 years have passed since last update.

Rustのデバッグ環境情報リンク

1
Last updated at Posted at 2020-09-13

自分用メモ。

デバッガ関連

  1. Rust のデバッグ環境構築
  2. Rust のデバッグチートシート
  3. Rustのデバッグ体験を上げるには
  4. Rust IDE に化ける VSCode
  5. CodeLLDB
  6. 15.4.8 Rust
  7. rust-gdb. rust-lldb.
  8. Debugging the compiler(rustc自体のデバッグ)

プロファイラ関連

  1. cargo-profilerを試す
  2. cargo-profiler

振り返り

さっと見た限り、VSCodeが使える環境では、CodeLLDBでうまくいくようだ。組み込み環境の場合はgdbか?

1
1
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
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?