snare / voltron

A hacky debugger UI for hackers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

pzwwei opened this issue · comments

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

commented

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