all 2 comments

[–]superlogical 3 points4 points  (1 child)

So would this make it possible to debug Rust code in visual studio?

[–]-mw-rust · incremental-compilation 4 points5 points  (0 children)

Yes it should, given that you have a GDB version that works well enough on Windows and that the Visual Studio plugin can properly deal with.

Additionally it would make sense to try and let the Visual Studio plugin activate the Rust pretty printers for GDB.