Can't build/debug program
Closed this issue · 3 comments
Blue741 commented
Hello there!
I have trouble debugging my small example program.
My steps:
- Open VS22
- File > Open > Folder and select my Example
- Right click on main.rs > Set as start element
- F5 to debug
My versions (if needed):
VS Community 2022 version: 17.11.0
Rust-analyzer version: 2.0.187
cargo 1.80.0 (376290515 2024-07-16)
rustc 1.80.0 (051478957 2024-07-21)
Thank you in advance!
unrenormalizable commented
i'll need to fix this bug.
can you try setting the cargo.toml as startup and then F5ing?
Blue741 commented
Yeah, give me a moment.
Blue741 commented
Interesting, now it works even though I tried it before.
Ok, thank you very much!