Status: New
Owner: ----

New issue 1841 by [email protected]: V8 debugger freezes when "version" command is sent if another Chrome instance is already open.
http://code.google.com/p/v8/issues/detail?id=1841

We tested this issue on our C++ implementation of a V8 debugger and on the Eclipse Chromium debugger with the same results.If there are more than one tab opened, the the initialization sequence will freeze when requesting the version.Attached is the log file from Eclipse.

Here are the reproduction steps:
1. Launch a chrome instance (chrome.exe --remote-shell-port=9222)
2. Start another chrome instance with the content we want to debug
3. Start debugging with Eclipse -> we are prompted to select the tab
3. Try to connect with the V8 debug on the desired Chrome tab.

Attachments:
        V8_log.log  1.3 KB

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to