尝试运行Nativescript调试会话,每次我进入
chrome-devtools://devtools/bundled/inspector.html?experiments=true&ws=localhost:41000
它会打开google搜索,而不是调试会话。
请告诉我如何解决这个问题。
发布于 2020-05-28 23:53:03
在chromium中,URL方案最近被改为只使用devtools://。已重新发布NativeScript CLI v7以更正此微小更改。
使用devtools://devtools/bundled/inspector.html?experiments=true&ws=localhost:41000。
https://stackoverflow.com/questions/62066780
复制相似问题