I can not open chrome dev-tools by url when using nativescript via 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
I tried to reinstall google chrome. Delete node_modules folder, package-lock file, and reinstall npm. But can't resolve problem
Chrome 83 broke the devtools url. There's a fix to the NativeScript CLI in 6.7.4 but in the meantime you can just use this url instead:
devtools://devtools/bundled/inspector.html?ws=localhost:40000