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
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