hdc fport tcp:15037 ark:12308@Debugger
其中12308是hap的pid。
chrome://inspect/\#devices无法看到真机。
devtools://devtools/bundled/inspector.html?ws=//127.0.0.1:15037连接中断。
hdc fport tcp:15037 ark:12308@Debugger
其中12308是hap的pid。
chrome://inspect/\#devices无法看到真机。
devtools://devtools/bundled/inspector.html?ws=//127.0.0.1:15037连接中断。
可以参考:https://developer.huawei.com/consumer/cn/doc/harmonyos-guides-V5/web-debugging-with-devtools-V5
具体步骤:
1、在文件夹里找到SDK并且找到有hdc.exe文件的Toolchains包,在此目录下打开cmd。
2、输入hdc shell和cat /proc/net/unix | grep devtools。
3、得到进程id后输入exit和hdc fport tcp:9222。
localabstract:webview\_devtools\_remote\_3458,3458为上一步骤得到的进程id,映射成功后打开浏览器,每次重启后都需要重新映射进程id。
参考链接:https://gitee.com/openharmony/docs/blob/master/zh-cn/application-dev/web/web-debugging-with-devtools.md