Hi, I have two questions regarding my recent experiments with latest V8 revisions.
a) In my embedding (v8cgi), I would like to start the debugger agent and (optionally) wait for the connection. In order to do this, I added a third argument to v8::Debug::EnableAgent (http://code.google.com/p/ v8cgi/source/browse/trunk/src/v8cgi.cc#183). However, the V8 normally starts executing code, even if wait_for_debugger == true. What am I doing wrong? b) Compiling V8 on x64 is still kind of painful, as the architecture autodetection does not work right - by default, V8 tries to compile in 32bit mode (so I must always add "arch=x64"). Is there any hope this might get improved? Thanks, Ondrej Zara -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
