Chrome 中未显示检查设备
Inspect Devices is not shown in Chrome
我在 Google Chrome 中使用 Inspect Devices
选项 (Chrome menu > More tools > Inspect Devices)
远程调试基于 Cordova
的 Android 应用程序。但是这个选项突然从 Chrome 菜单中消失了。该选项是否已移至其他位置?
尝试在地址栏输入chrome://inspect
只需 运行 chrome 中的这个 chrome://inspect/#devices
或将 ADB plugin 安装到您的 chrome(打开相同的检查页面)
为了回答您关于 'has it been moved to some other place' 的问题,它似乎正在被转移到开发工具中,并且将无法在之前访问过的地方访问。
有关详细信息,请参阅此 Chromium 代码审查:https://codereview.chromium.org/1182493009
附加信息:https://groups.google.com/forum/#!topic/google-chrome-developer-tools/4ElNcRavLjE
我在 Google Chrome 中使用 Inspect Devices
选项 (Chrome menu > More tools > Inspect Devices)
远程调试基于 Cordova
的 Android 应用程序。但是这个选项突然从 Chrome 菜单中消失了。该选项是否已移至其他位置?
尝试在地址栏输入chrome://inspect
只需 运行 chrome 中的这个 chrome://inspect/#devices
或将 ADB plugin 安装到您的 chrome(打开相同的检查页面)
为了回答您关于 'has it been moved to some other place' 的问题,它似乎正在被转移到开发工具中,并且将无法在之前访问过的地方访问。
有关详细信息,请参阅此 Chromium 代码审查:https://codereview.chromium.org/1182493009
附加信息:https://groups.google.com/forum/#!topic/google-chrome-developer-tools/4ElNcRavLjE