-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debugging under Windows Eclipse 2020-09 (4.17.0) forces install of dated toolchain 1.41.0-x86_64-pc-windows-msvc #340
Comments
@akurtakov Are you familiar with cargo here to know why would an incompatible version of rust-gdb.exe be installed? |
So where does this old tool-chain comes from? If I'm to guess it's prior to the stable one on the PATH env variable. I would look for it and remove it. |
@gbuehler2063 any progress? |
No news, let's close. |
Read the error message, it seems that the 1.41.0-x86_64-pc-windows-msvc toolchain is not used, but the stable-x86_64-pc-windows-gnu toolchain is used, so it is not directly related to this issue.
This error message is a common error message for rustup wrappers when the required components are not installed. Therefore, this issue is equivalent to the issue described in this page. In other words, windows does not have the trust-gdb shell script, but this is also a known issue. |
When I run a Rust project in a Debug configuration, an old tool-chain "1.41.0-x86_64-pc-windows-msvc" is installed automatically before starting the exe-File.
The debugger does not work anyway (no breakpoints accepted) but the exe is run in the Eclipse console.
After the exe terminated, there is a pop-up-Dialog, saying:
However, I wanted to use the current stable version which is rustc 1.47.0 (18bf6b4f0 2020-10-07).
The toolchain was installed using rustup and I pointed to the install directory of rustup and cargo as well as rls in the Preferences/Rust Dialog.
My Eclipse is the current version: 2020-09 (4.17.0) on an up-to-date Windows 10 Pro.
Corrosion is installed from the Marketplace and up to date: Corrosion: Rust edition in Eclipse IDE 1.0.0.202009030945
The text was updated successfully, but these errors were encountered: