From: Ilya Buziuk <ibuziuk@xxxxxxxxxx>
To: "General discussion of project-wide or architectural issues."
Hi, Ivan
Does the SDBG support V8 remote debugger protocol [1] ? Chrome Remote
Debugger Protocol / WIP protocol is used for front-end debugging, but our
main Neon requirement was Node.js debugger (V8 protocol support is
required). Chromedevtools-Java tooling support both WIP & V8 so it was a
perfect match for us.
[1] https://github.com/v8/v8/wiki/Debugging%20Protocol
Good point.
(1) Check here:
Besides the Chrome WIP protocol, the Dart debugger also supported debugging of the standalone Dart VM. Whether the Dart VM debugging protocol has anything to do with the V8 debugging protocol, I honestly don't know, but I might speculate chances are high, because the Dart VM is a creation of Lars Bak, who used to lead the V8 VM... A long shot, I know...
(2) But then - even more importantly - check these:
To me it seems that in the meantime V8 got support for WIP / Chrome debugging protocol, no?
According to
remotedebug.org, the world seems to unite around the WIP protocol (with Mozilla being the notable exception):
Cheers, I.