snare / voltron

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

TypeError: super(type, obj): obj must be an instance or subtype of type #195

Open pzwwei opened 7 years ago

pzwwei commented 7 years ago

An error occurred while loading Voltron:

Traceback (most recent call last): File "/Users/pzwwei/Library/Python/2.7/lib/python/site-packages/voltron/entry.py", line 99, in voltron.command = plugin.command_class(*args) File "/Users/pzwwei/.voltron/plugins/debugger/dbg_lldb.py", line 543, in init super(LLDBCommand, self).init() TypeError: super(type, obj): obj must be an instance or subtype of type

snare commented 7 years ago

Did you manually copy dbg_lldb.py into ~/.voltron/plugins?