Please add a test for that change and update wiki page with the protocol description.
http://codereview.chromium.org/242034/diff/1/2 File src/debug-delay.js (right): http://codereview.chromium.org/242034/diff/1/2#newcode1110 Line 1110: // Handler may set this field to contol debugger state. typo: contol->control http://codereview.chromium.org/242034/diff/1/2#newcode1260 Line 1260: if (response.running === true || response.running === false) { use if (!IS_UNDEFINED(response.running)) as in other places in this file http://codereview.chromium.org/242034/diff/1/2#newcode1263 Line 1263: response.running = this.running_; // Response gets current running state. long line http://codereview.chromium.org/242034 --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
