如何使用Chrome远程调试调试chrome-native:// newtab /

时间:2017-07-24 10:42:48

标签: android google-chrome debugging google-chrome-devtools remote-debugging

我想调试我在Android设备Chrome浏览器中打开的网络应用。 我按照本教程关于Chrome remote debugging

但是,根据设计,我的应用应该在chrome-native://newtab/中打开,而不是在常规Chrome搜索栏中。因此,Chrome Devtools中的Remote devices标签如下所示:

enter image description here

当我点击Inspect按钮检查该标签时,它会打开,没有任何内容:

enter image description here

如何调试chrome-native://newtab/?是否可以使用Chrome Devtools?

1 个答案:

答案 0 :(得分:0)

您只需打开一个新选项卡,然后单击检查按钮即可开始调试。

在您分享的屏幕截图中,有一个文本字段用于输入页面的URL。尝试输入google.com并单击“检查”按钮。

以下是我打开新标签时的样子:

enter image description here

单击Inspect菜单时,DevTools窗口的外观如下:

enter image description here

尝试按照Get Started with Remote Debugging Android Devices中列出的步骤操作,这非常简单。