Skip to content
New issue

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

Chrome DevTools: App crashes on device (iOS 10.2.1) with --debug-brk when resume script execution #1111

Open
Natalia-Hristova opened this issue Mar 26, 2019 · 1 comment

Comments

@Natalia-Hristova
Copy link
Contributor

Natalia-Hristova commented Mar 26, 2019

Environment

  • CLI: 5.3.0-2019-03-25-13088
  • Cross-platform modules: 5.2.2
  • iOS Runtime: 5.3.0-rc-2019-03-26-093634-01, 5.2.0, 5.1.0
  • nativescript-dev-webpack: ^0.21.0-rc-2019-03-21-194124-01

Describe the bug
App crashes on device with iOS 10.2.1 when run it with tns debug ios --debug-brk

To Reproduce

  1. tns create TestAppNg --ng
  2. tns debug ios --debug-brk
  3. Open URL in Chrome and wait to see the first break point
  4. Tap on Resume script execution button

Expected behavior
Script execution to be executed and to be able to continue debugging the app

Sample project

Additional context
This works for simulators and couldn't reproduce it on device with iOS 12.1.4 and 11.2.5

@Natalia-Hristova Natalia-Hristova changed the title Chrome DevTools: App crashes on device with --debug-brk when resume script execution Chrome DevTools: App crashes on device (iOS 10.2.1) with --debug-brk when resume script execution Mar 27, 2019
@mbektchiev
Copy link
Contributor

This is related to NativeScript/nativescript-cli#4307 and actually, the fact that the app is not being terminated on iOS 11+ is a very good piece of news. 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants