-
Notifications
You must be signed in to change notification settings - Fork 255
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
can't lunch rust app #1190
Comments
I'm also having issues debugging a Rust program that causes the LLDB debugger process ( |
Installing a previous version v1.10.0 of this extension solves my issue. Something broke after that release. |
@koutheir thanks. I installed old version still have this issue |
It sounds like our issues are different. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
when I want to debug rust app, I found this error
Error: ENOENT: no such file or directory, stat '/Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Versions/A/LLDB'
why codelldb want to find xcode installed lldb,is this because of I install xcode before and i Uninstall the xcode
The text was updated successfully, but these errors were encountered: