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).

Steps
The steps are as follows:
- Install Rust using rustup
- Install the rust-analyzer extension in VSCode
- Create a new Rust project
- Create and configure launch.json in the project
- Run debugging
References
If you need more detailed explanations or support, I can provide assistance.