Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@wmmihaa
Created February 12, 2015 20:10
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 wmmihaa/939d78a0f2182e06b877 to your computer and use it in GitHub Desktop.
Save wmmihaa/939d78a0f2182e06b877 to your computer and use it in GitHub Desktop.
Current executable set to 'mono' (i386).
(lldb) run --debug V8.Net-Console.exe
Process 57694 launched: '/usr/bin/mono' (i386)
warning: (i386) /Library/Frameworks/Mono.framework/Versions/3.12.0/lib/mono/4.5/mscorlib.dll.dylib empty dSYM file detected, dSYM was created with an executable with no debug info.
Creating a V8Engine instance ... Done!
Testing marshalling compatibility... Pass!
Creating some global CLR types ...
Creating a global 'dump(obj)' function to dump properties of objects (one level only) ...
<object: Function>
Creating a global 'assert(msg, a,b)' function for property value assertion ...
<object: Function>
Creating a global 'Console' object ...
Creating a new global type 'TestEnum' ...
Creating a new global type 'SealedObject' as 'Sealed_Object' ...
(represents a 3rd-party inaccessible V8.NET object.)
Creating a new wrapped and locked object 'sealedObject' ...
Dumping global properties ...
dump(this)
Process 57694 stopped
* thread #1: tid = 0x80eff, 0xbfffe878, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=2, address=0xbfffe878)
frame #0: 0xbfffe878
-> 0xbfffe878: decl %esp
0xbfffe879: jmp 0x1295da87d
0xbfffe87e: adcb %al, (%eax,%eax)
0xbfffe881: pushfl
(lldb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment