-
Notifications
You must be signed in to change notification settings - Fork 899
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
rust-gdb and rust-lldb not working using stable-x86_64-pc-windows-gnu' toolchain #2838
Comments
I think (maybe) the issue is that rustup is assuming all executables end with |
Certainly on Windows we blindly append the extension
Failing that, I suppose we could detect the missing executable, but the fact that the component is already installed and present a better error message. |
Same issue ...
|
Based on the link, I am able to debug rust in windows with rust-gdb in Visual Studio Code using the below configuration,
But the pretty printer is not working. It is showing address instead of string. |
Has there been any progress on this? |
I will try to fix it. |
@hi-rustin Is there any progress on this issue? The |
@luowyang Sorry, but @hi-rustin is not on the team currently... Maybe we need to find some time to pick up the lost context... |
Problem
expected debugget output but this message pops up
the 'rust-gdb.exe' binary, normally provided by the 'rustc' component, is not applicable to the 'stable-x86_64-pc-windows-gnu' toolchain
Steps
1.type rustup-gdb or rustup-lldb
Possible Solution(s)
Notes
Operating system:Windows 10 pro version 10.0.19042 Build 19042
Using mingw-64
Output of
rustup --version
: rustup 1.24.3 (ce5817a 2021-05-31)Output of
rustup show
:Default host: x86_64-pc-windows-gnu
stable-x86_64-pc-windows-gnu (default)
rustc 1.54.0 (a178d0322 2021-07-26)
The text was updated successfully, but these errors were encountered: