Hi Søren,

If you receive a message in the DebuggerAgent and your main thread is
not immediately executing javascript but idling in select(), how can
you give control back to V8 to handle the message? It seems there
should be some way to poll the agent to handle received messages.

Am I correct in my reading that the while(true) loop body in
Debugger::NotifyMessageHandler() would be such a poll function if the
Wait()s were removed?

ry

--~--~---------~--~----~------------~-------~--~----~
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to