voltron icon indicating copy to clipboard operation
voltron copied to clipboard

can it use in android studio with lldb debug ?

Open fujinggui opened this issue 9 years ago • 1 comments

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

fujinggui avatar Dec 23 '16 09:12 fujinggui

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())

snare avatar Apr 10 '17 01:04 snare