Trying to run a Nativescript debug session and every time I enter
chrome-devtools://devtools/bundled/inspector.html?experiments=true&ws=localhost:41000
it opens a google search rather than the debug session.
Any ideas how to fix this please.
The URL scheme was recently changed to just devtools://
in chromium. The NativeScript CLI v7 has been rereleased to correct this minor change.
Use devtools://devtools/bundled/inspector.html?experiments=true&ws=localhost:41000
.