chrome 147版本以上调试cocos

新版chrome浏览器限制了远程调试功能,只能localhost或者https的链接。

调试地址改为:

devtools://devtools/bundled/js_app.html?v8only=true&ws=127.0.0.1:6086/00010002-0003-4004-8005-000600070008

启动端口转发服务(修改对应ip:10.240.17.29)

gost -L tcp://:6086/10.240.17.29:6086

gost 可以使用brew安装

brew install gost

 

posted @ 2026-08-03 10:24  浪浪辛  阅读(8)  评论(0)    收藏  举报