Hi all, I am trying to implement a remote debugger that connects and receive message from the debugger agent, just like in d8-debug.
The agent is started using the v8::Debug::EnableAgent method with wait for connection enabled. However when executing some source code, the debugger do not break on first statement. I have several isolates in my application, and never use the default one. I looked into the code in the v8::Debug::EnableAgent function, and it seems that it triggers a break if wait_for_connection is true. As no isolate is given to the v8::Debug::DebugBreak function call, it takes the default isolate.. but I thought it would take the entered one just like in the v8::Debug::EnableAgent function. I probably missed something... do you think it is the wanted behavior? Thanks for your help! ++Damien. -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
