snare / voltron

A hacky debugger UI for hackers
MIT License
6.18k stars 414 forks source link

can it use in android studio with lldb debug ? #186

Open fujinggui opened 7 years ago

fujinggui commented 7 years ago

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

snare commented 7 years ago

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