Can I use the bundled lldb with my own python3 and the lldb
command?
#682
Unanswered
zchrissirhcz
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, vscode-lldb author & users
I have trouble in debugging my python script that loaded by
~/.lldbinit
. I figured out when I runlldb
(installed via apt-get on ubuntu 20.04), it use the system's python3, which lacks many common packages such as numpy, opencv, etc.I think I can compile the lldb from scratch with my own python3 (installed via miniconda), but the compilation is too slow on my machine (i5-8500).
Just wondering if I can use the vscode bundled lldb shared libraries thus when I run
lldb
in a terminal (not the VSCode debugging GUI, but a new created, standalone terminal), I can usescritpt
commands.Currently, tried but failed, with the following outputs:
(The VSCode installed code-lldb is version 1.7.0)
Beta Was this translation helpful? Give feedback.
All reactions