-
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
Error when starting lldb.exe #913
Comments
In It appears that lldb is loading readline from a python outside the embedded one? Is this intended? |
BTW, I don't get this error when using the vanilla LLVM LLDB and I am able to use the |
I don't understand how lldb is finding my installed python. If I remove all python related things from my path, it still imports readline from my local installation. |
Do you have Python-specific environment variables (like PYTHONPATH) set up? |
no, not that I can find. This is probably because I'm using miniconda and I don't have any environment active.. It is beyond me how lldb is still picking it up. |
Actually, can you please clarify what did you mean by "Open up the lldb.exe from terminal"? |
So, I'm not using the "DEBUG CONSOLE" in vscode. When I did that I got some generic error about something not being right (basically don't remember what exactly it was). So I opened my terminal emulator (WezTerm) running PowerShell and cd to the lldb.exe file in the There I just run |
Sorry, I don't think I'll be much help in diagnosing this. This issue seems to be specific to your machine configuration, so you will need to do the detective work to figure out how lldb ends up finding your external Python installation. Once we know how this happens, we can discuss possible fixes. |
OS: Windows
VSCode version: 1.77.3
CodeLLDB version: v1.9.0
Compiler: N/A
Debuggee: N/A
It seems that this error results in the python environment not being probably setup. When I try to run the
script
command in the lldb REPL I get the following error:The text was updated successfully, but these errors were encountered: