Reviewers: søren gjesse <sgjesse_chromium.org>, Message: Hi Søren,
Here is your DebugMessageDispatchHandler patch. I added a little test. It's working for me in my application. ry Description: Add DebugMessageDispatchHandler A callback on the debugger thread when a message is received. Allows the embedding application to wake up the main thread in order to handle the message. Useful when the embedding application is idle and sitting in a select() call. Please review this at http://codereview.chromium.org/395013 Affected files: M include/v8-debug.h M src/api.cc M src/debug.h M src/debug.cc M test/cctest/test-debug.cc --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
