Hi
Is there any document or something describes the whole process of setting up the debug environment for Rust with VS Code, VS 2017 or IntelliJ Community under Windows OS?
I have gdb in VS Code, and when I debug, it shows "Failed to load MI Debugger: ERROR: Write EPIPE". This persisted after I installed the MinGW.
It's a pity that I can't use CodeLLDB because it asks for a 64bit Python version which I can't install in my 32bit OS.
Your help is very appreciated.