Debug Rust with IntelliJ-Rust-plugin on Windows ??
Completed
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
Please sign in to leave a comment.
Solution ==
rustup default stable-gnu + MinGW == PROFIT!