Debug Rust with IntelliJ-Rust-plugin on Windows ??
已完成
is it possible to debug Rust on Windows?
When i press debug button(green bug), there is error "debugger executable not found"
Tip propose to change Configure(see screen shot below)
My goal is to debug Rust applications like in picture below
What should I do to achieve it?
Thanks a lot
请先登录再写评论。
Solution ==
rustup default stable-gnu + MinGW == PROFIT!