我不能通过url打开chrome dev-tools,当我通过angular使用原生脚本时:
chrome-devtools://devtools/bundled/inspector.html?experiments=true&ws=localhost:40000
But when copied the link and paste to google chrome, the result is just search
我试着重新安装google chrome。删除node_modules文件夹,包锁定文件,并重新安装npm。但不能解决问题
发布于 2020-05-31 19:13:18
Chrome 83破坏了devtools的url。在6.7.4中有一个对NativeScript命令行界面的修复,但是在此期间,你可以使用这个url来代替:
devtools://devtools/bundled/inspector.html?ws=localhost:40000https://stackoverflow.com/questions/62115183
复制相似问题