--
v8-users mailing list
v8-u...@googlegroups.com
http://groups.google.com/group/v8-users
Hi Zaheer,GDB has no symbols for the generated code, so you can't use it it to debug the jit code as you would with usual code. (.ou could still use gdb to disassemble, display memory, or step through the assembly code, but I doubt that's what you want to do.)