Reviewers: Mads Ager, Description: Change the D8 JavaScript debugger to fully use the JSON protocol.
The D8 debugger frontend now only processes JSON messages. Before the debugger events was passed as objects. Changed the debugger events JSON generation to use the same serailizer as the responses to requests. This provides correct serialization of mirror objects in debugger events. Renamed ResponsePacket to ProtocolMessage as it is not only used for responses. Please review this at http://codereview.chromium.org/27202 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/d8-debug.cc M src/d8.h M src/d8.cc M src/d8.js M src/debug-delay.js --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
