Hi, I'm not entirely sure what you are referring to. By exposing the debug object using --expose-debug-as, you gain access to various debugger features from within javascript. Javascript however is not multithreaded, which is why "to stop the main thread upon pause" puzzles me.
Cheers, Yang On May 3, 11:30 pm, Camilo Aguilar <[email protected]> wrote: > Hi there, > > I've been trying to use the javascript object exposed with > --expose_debug_as=<name> and I got stuck trying to determine how to stop > the main thread upon pause. Also I still can't find a function to continue > the execution. This is the only black hole right now. The rest of > the functionality is pretty straight forward, may anybody shed some light > on this please?. > > Thanks in advance. > Camilo -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
