Rust VSCode Windows

How to Debug Rust in VSCode #Windows

How to develop Rust while debugging in VSCode. Note that the method differs slightly between Windows and Mac/Linux, so this article only covers Windows (Windows 10/11).

Shou Arisaka
1 min read
Sep 28, 2025

How to develop Rust while debugging in VSCode. Note that the method differs slightly between Windows and Mac/Linux, so this article only covers Windows (Windows 10/11).

How to debug Rust in VSCode

Steps

The steps are as follows:

  1. Install Rust using rustup
  2. Install the rust-analyzer extension in VSCode
  3. Create a new Rust project
  4. Create and configure launch.json in the project
  5. Run debugging

References

If you need more detailed explanations or support, I can provide assistance.

Share this article

Shou Arisaka Sep 28, 2025

๐Ÿ”— Copy Links