voltron icon indicating copy to clipboard operation
voltron copied to clipboard

Appears loaded but cannot open views

Open frankmarco2000 opened this issue 6 years ago • 4 comments

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 avatar Dec 19 '18 20:12 frankmarco2000

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

frankmarco2000 avatar Dec 19 '18 20:12 frankmarco2000

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 [email protected] 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.

snare avatar Dec 19 '18 20:12 snare

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

frankmarco2000 avatar Dec 21 '18 16:12 frankmarco2000

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

dvcrn avatar Jun 26 '20 04:06 dvcrn