Chrome Devtools 作为搜索而不是开发工具本身打开
Chrome Devtools opens as a search rather then the dev tools themselves
尝试 运行 Nativescript 调试会话,每次我输入
chrome-devtools://devtools/bundled/inspector.html?experiments=true&ws=localhost:41000
它会打开 google 搜索而不是调试会话。
请知道如何解决这个问题。
URL 方案最近在 chromium 中更改为 devtools://
。 NativeScript CLI v7 已重新发布以更正此小更改。
使用devtools://devtools/bundled/inspector.html?experiments=true&ws=localhost:41000
.
当我尝试使用@IanMacDonalds 回答时,我遇到了 ERR_INVALID_URL。
出于某种原因首先导航到没有参数的 URL,正确加载了 devtools。
devtools://devtools/bundled/inspector.html
然后在之后添加参数让调试会话再次工作。
?experiments=true&ws=localhost:40000
希望对@Przemo 有所帮助
您可以在 Opera Browse 中使用 devtools://devtools/bundled/inspector.html?experiments=true&ws=localhost:40000,工作正常
在随机网站上打开检查器,然后打开 Nativescript 检查器自最新的 Chrome 版本以来为我修复了它。
尝试 运行 Nativescript 调试会话,每次我输入
chrome-devtools://devtools/bundled/inspector.html?experiments=true&ws=localhost:41000
它会打开 google 搜索而不是调试会话。
请知道如何解决这个问题。
URL 方案最近在 chromium 中更改为 devtools://
。 NativeScript CLI v7 已重新发布以更正此小更改。
使用devtools://devtools/bundled/inspector.html?experiments=true&ws=localhost:41000
.
当我尝试使用@IanMacDonalds 回答时,我遇到了 ERR_INVALID_URL。
出于某种原因首先导航到没有参数的 URL,正确加载了 devtools。
devtools://devtools/bundled/inspector.html
然后在之后添加参数让调试会话再次工作。
?experiments=true&ws=localhost:40000
希望对@Przemo 有所帮助
您可以在 Opera Browse 中使用 devtools://devtools/bundled/inspector.html?experiments=true&ws=localhost:40000,工作正常
在随机网站上打开检查器,然后打开 Nativescript 检查器自最新的 Chrome 版本以来为我修复了它。