We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't debug app via Chrome.
Create a new app with npx nx g @nativescript/nx:app test --groupByName
run: npx nx run test-nativescript:ios
App starts in iOS emulator -works fine Try to connect from Chrome via: devtools://devtools/bundled/inspector.html?ws=localhost:41000
App then crashes and Chrome says "Debugging connection was closed" Terminal shows: Backend socket closed! Frontend socket closed!
Using "webpack": "^5.40.0" (also latest tried 5.43.0) "@nativescript/webpack": "5.0.0"
The text was updated successfully, but these errors were encountered:
This will also happen for me, but only after I interact with the developer tools, for example when selecting a REST request in the network tab.
Sorry, something went wrong.
No branches or pull requests
Can't debug app via Chrome.
Create a new app with
npx nx g @nativescript/nx:app test --groupByName
run:
npx nx run test-nativescript:ios
App starts in iOS emulator -works fine
Try to connect from Chrome via:
devtools://devtools/bundled/inspector.html?ws=localhost:41000
App then crashes and Chrome says "Debugging connection was closed"
Terminal shows:
Backend socket closed!
Frontend socket closed!
Using
"webpack": "^5.40.0" (also latest tried 5.43.0)
"@nativescript/webpack": "5.0.0"
The text was updated successfully, but these errors were encountered: