voltron icon indicating copy to clipboard operation
voltron copied to clipboard

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

Open pzwwei opened this issue 8 years ago • 1 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

pzwwei avatar Mar 28 '17 15:03 pzwwei

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

snare avatar Apr 10 '17 01:04 snare