snare / voltron

A hacky debugger UI for hackers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can it use in android studio with lldb debug ?

fujinggui opened this issue · comments

commented

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

commented

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