Hi everyone, given the following script:
print("hello");
print("world");
I'm trying to feed it into v8, then be able to run my own c++ code after
print("hello") and before print("world").
It seems like enabling the debugger and using its breakpoint capabilities
would work well. I can simply fire up the debugger using
v8::Debug::EnableAgent(), set a breakpoint to line 2 of this script,
register an event listener, and run my code.
However, this isn't working. Are there any simple examples anywhere for
doing this?
Thanks!
--
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users