voltron
voltron copied to clipboard
can it use in android studio with lldb debug ?
In android studio ,I manual import entry.py , but when I type voltron init, error occur:
error: 'voltron' is not a valid command. error: Unrecognized command 'voltron'.
command script import /usr/local/lib/python2.7/dist-packages/voltron/entry.py
How did you install? With the install.sh script?
From the format of that error message, I'm guessing Android Studio embeds LLDB? What do the following commands say when you execute them in Android Studio?
(lldb) script import sys; print(sys.executable)
(lldb) script import site; print(site.getusersitepackages())