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.
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 and the NativeScript CLI hasn't yet been rereleased to correct this minor change.Use
devtools://devtools/bundled/inspector.html?experiments=true&ws=localhost:41000
.I was faced with the ERR_INVALID_URL when i tried with @IanMacDonalds answer.
For some reason navigating to the URL without parameters first, loaded devtools properly.
Then adding the params on afterwards got the debugging session working again.
Hope that helps @Przemo
You can use devtools://devtools/bundled/inspector.html?experiments=true&ws=localhost:40000 in Opera Browse, works fine