That is correct. The debugger will not respond to any messages until it is stopped. All the requests send using SendCommand will be queued and processed when V8 is stopped. You can use the V8::Debug::DebugBreak() API to schedule a break, however this still requires that JavaScript is running for V8 to stop. Regards, Søren
On Thu, Mar 5, 2009 at 4:11 PM, <[email protected]> wrote: > > > In experimentation it seems that you can only get the debugger target > to respond to the scripts message when execution has stopped (from > d8) -- is this correct? > > > --~--~---------~--~----~------------~-------~--~----~ v8-users mailing list [email protected] http://groups.google.com/group/v8-users -~----------~----~----~----~------~----~------~--~---
