snare / voltron

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

Appears loaded but cannot open views #248

Open frankmarco2000 opened 5 years ago

frankmarco2000 commented 5 years ago

Hello! I am brand new to Voltron.

I installed the package - and it seemed to install correctly.

When I launch LLDB from the command line it will display "Voltron Loaded" in the log output.

However, it does not appear to be running / working.

If I open a new iTerm terminal window and try to execute "voltron view register" (or any "voltron" command) all i get back is: "-bash: voltron: command not found"

If I try entering the command "voltron" at the LLDB command prompt it just comes back with: "usage voltron <init | debug | update>"

entering "voltron init" at the LLDB command prompt returns: "Registered hook-stop". But again nothing else.

I have verified that voltron is located at: /Library/Python/2.7/site-packages/voltron and /Users/xxx/Library/Python/2.7/lib/python/site-packages/voltron/

I also verified the the .lldbinit script has the following: command script import /Users/xxx/Library/Python/2.7/lib/python/site-packages/voltron/entry.py

Any help would be greatly appreciated since I am very interested in using "voltron"

frankmarco2000 commented 5 years ago

Oh sorry, I forgot to add this info:

System: macOS High Sierra (10.13.3)

Xcode: 9.1

lldb version: lldb-900-0.57 Swift-4.0

Python: 2.7.10

snare commented 5 years ago

Hi,

You probably need to add /Users/xxx/Library/Python/2.7/bin to your $PATH

snare

On Dec 19, 2018, at 12:44 PM, frankmarco2000 notifications@github.com wrote:

Oh sorry, I forgot to add this info:

System: macOS High Sierra (10.13.3)

Xcode: 9.1

lldb version: lldb-900-0.57 Swift-4.0

Python: 2.7.10

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

frankmarco2000 commented 5 years ago

YUP!!! That was the issue!!! Thank you very much snare

dvcrn commented 4 years ago

Hrrm I tried all 3 variants: System, User and virtualenv and am running into the same behavior. voltron is definitely in my PATH and I'm getting the "Voltron loaded" message on lldb start. Just can't issue any commands