-
Notifications
You must be signed in to change notification settings - Fork 246
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 find codelldb.exe (but, it's right there) #1092
Comments
I am getting this same issue on Windows with Visual Code 1.88.0 and codelldb 1.10.0 it might run randomly one moment then when you try it again it does things like this andrew.wheeler@KZO-20-0001 MINGW64 ~/render_demo (main) andrew.wheeler@KZO-20-0001 MINGW64 ~/render_demo (main) andrew.wheeler@KZO-20-0001 MINGW64 ~/render_demo (main) |
It happened to me again, today, but with a Rust project. The weirdest thing is that it works on the first try, but not in the second. Gotta run {
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"args": [
"--"
],
"cargo": {
"args": [
"build"
],
"env": {}
},
"cwd": "${workspaceFolder}",
"name": "lldb",
"request": "launch",
"type": "lldb"
}
]
} |
the issue is happening to me every-time but I found a work around for it at least for my issue. If i close the Debug terminal and Codelldb terminal before running any program it will correctly work. If i leave them open it will error with andrew.wheeler@KZO-20-0001 MINGW64 ~/render_demo (main)
$ odelldb.exe terminal-agent --connect=64940
bash: odelldb.exe: command not found @vadimcn any ideas on this? maybe its due to a new Visual code update? |
for a quick update I found that ensuring I am using the Default PowerShell instead of another bash that the issue goes away. So setting Visual codes Bash to be PowerShell will fix the issue. just you lose the nice coloring and such that other bashes give you. |
I tried the workarounds that @genusistimelord suggested and both work. |
OS: Windows 11
VSCode version:
VSCodium-1.88.0
CodeLLDB version:
CodeLLDB-1.10.0
Compiler:
zig-0.11.0
Debuggee:
x86_64-windows-msvc
workbench.action.debug.start
build
completes sucessfullycodelldb.exe
codelldb.exe
is right where you'd expect it to beThe text was updated successfully, but these errors were encountered: