Skip to content

Instantly share code, notes, and snippets.

@wilson
Created December 8, 2014 22:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wilson/42654a5943406c9b54cb to your computer and use it in GitHub Desktop.
Save wilson/42654a5943406c9b54cb to your computer and use it in GitHub Desktop.
(lldb) command script import /Users/wbilkovich/code/lldb-v8/v8.py
Traceback (most recent call last):
File "/Users/wbilkovich/code/lldb-v8/v8.py", line 867, in __lldb_init_module
v8cfg = V8Cfg(target)
File "/Users/wbilkovich/code/lldb-v8/v8.py", line 279, in __init__
ret = self.load_symbol(value[0])
File "/Users/wbilkovich/code/lldb-v8/v8.py", line 369, in load_symbol
raise error
TypeError: exceptions must be old-style classes or derived from BaseException, not SBError
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment