Status: Accepted Owner: peter.rybin Labels: Type-FeatureRequest Priority-Medium
New issue 548 by peter.rybin: V8 Debug Agent should support callback to embedder http://code.google.com/p/v8/issues/detail?id=548 Whatever embeds V8, it may run it only occasionally. If V8 Debug Agent is started, it only responds to remote debugger in a moments when V8 is running. Since someone who remotely debugs V8 script may want to set a breakpoint, evaluate expression or load script texts (all are actions that require response from V8), Debug Agent, on receiving these requests, should be able to asynchronously ask embedder to run an empty cycle in V8 in its own thread and context, even if embedder's normal busyness logic does not require running V8 right now. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
