Hi Soren Thank you for explanation. Let me withdraw my CL now.
On the other hand I'm interested in developing support of V8 debugger because of chromedevtools project I'm working on. As I understand our main issue is multi-thread aspects V8<->some_debug_agent communication. Couple of Qs: 1. Can we have all debug commands "forced", which means that if V8 is running at the moment, it interrupts and process command. 2. Provided #1 == true, "break" seems to be a regular JSON command. Do we need an out-of-order hi-pri "break" command in this case? We probably only need it to interrupt other requests, notably "evaluate". I don't know it we really want to support this, but it looks nice. 3. Can we start adding API for embedder to run for us a spare cycle of V8 to process pending debug command? I'll try to submit a corresponding CL soon. Peter http://codereview.chromium.org/160605 --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
