-
Notifications
You must be signed in to change notification settings - Fork 261
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
Debugger Gets Stuck When Trying to Debug Rust Inside a Dev Container #1063
Comments
I was able to fix this issue by using another rust image. It would be nice if |
Same problem here. Docker image built from alpine:3.18 . Rust version 1.77.2 installed with rustup 1.27.0 |
Same issue: |
I have the same issue. Ubuntu 22.04.5 LTS. Installed rust, rust analyzer, and codelldb. Didn't work. Uninstalled every thing and reinstalled. Trying to run the simplest getting started program:
Same error, console output:
I have no idea what error means or how to go about fixing it. Very frustrating when the very first simplest step doesn't work and no guidance to fix. I have googled extensively and can find almost nothing that addresses issue. Thank you for suggestions. |
I don't know what is the reason behind, but It was fixed after I created new container (non-alpina) |
Same getting stuck on rust:alpine3.21 docker, looks like it needs some additional software. |
I'm also having this issue, though occasionally if I wait a very long time ( >10 minutes ) it works? I was still getting the Curiously, I wasn't having this issue earlier today, but now I am after not having updated any packages on my system or any vscode extensions. Using lldb extension version |
The debugger gets stuck when trying to debug rust container inside a dev container. Here's an example, it stays like this forever
2024-01-26.19-46-20.mp4
.devcontainer
Compiling with cargo and running with vscode works fine.
The output that is notable is this
VSCode version: 1.85.1
Commit: 0ee08df0cf4527e40edc9aa28f4b5bd38bbff2b2
Date: 2023-12-13T09:47:11.635Z
Electron: 25.9.7
ElectronBuildId: 25551756
Chromium: 114.0.5735.289
Node.js: 18.15.0
V8: 11.4.183.29-electron.0
OS: Linux x64 6.5.13
CodeLLDB version: v1.10.0
Compiler: rustc
Target: stable-x86_64-unknown-linux-musl
log
The text was updated successfully, but these errors were encountered: