【问题标题】:when will google chrome support version 1.1 of the remote debugging protocol?google chrome什么时候支持远程调试协议1.1版?
【发布时间】:2014-04-19 20:44:07
【问题描述】:

我在桌面窗口上使用 chrome 版本 34.0.1847.116m 并尝试在 chrome 扩展中使用 debugger API

我已经成功使用 requiredVersion="1.0" 并使用“1.0”版本的协议,但想使用“1.1”版本的协议。

在与protocol 相关的此页面上,它指出:

As of Google Chrome M31, we commit to supporting the version 1.1 of the protocol.
All subsequent 1.* versions of the protocol are going to be
backwards compatible with 1.1.

当使用 chrome 34 尝试 requiredVersion="1.1" 时,我收到以下错误:

Requested protocol version is not supported: 1.1.

我有什么遗漏吗? M31从未达到“1.1”支持?这个版本的协议有 ETA 吗?

【问题讨论】:

    标签: google-chrome google-chrome-extension google-chrome-devtools


    【解决方案1】:

    这里是功能的维护者。

    如果您想使用协议版本“1.1”,您可以继续使用。如果您请求 1.0,Chromium 不会隐藏特定于 1.1 的协议方法,我可以看到这可能会造成混淆。

    Chromium 目前不接受“1.1”作为chrome.debugger.attach 调用中的协议版本这一事实是一个错误。

    感谢您指出这一点,我现在正在修复它。

    【讨论】:

    • 您能否链接到 crbug 或 CL,以便我们知道修复何时登陆 Chrome?
    • @RobW,弗拉德。奇怪,the doc holds 0.1。但尝试 0.1 会引发错误。
    猜你喜欢
    • 1970-01-01
    • 2011-12-12
    • 2017-04-11
    • 2014-06-24
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多