Updates:
        Cc: [email protected]

Comment #5 on issue 859 by mikhail.naganov: Cleanup: remove log compression and memory buffer logging. It is no more used in Chrome.
http://code.google.com/p/v8/issues/detail?id=859

The master of debugging support in V8 is Yury (cc'ed). As far as I know, for Chrome Developer Tools, the debugger protocol has been superseded by using JSON-marshalled remote calls between Inspector frontend and backend, to align better with the way debugging is handled in WebKit / JSC.

There is an IDL file that defines the interface: http://trac.webkit.org/browser/trunk/WebCore/inspector/Inspector.idl and interaction with V8 happens here: http://trac.webkit.org/browser/trunk/WebCore/bindings/v8/ScriptDebugServer.cpp. So, yes, functions from 'debug-debugger.js' are still used.

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

Reply via email to