You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no way to stop on first line with tns debug ios and ChromeDevTools.
Please provide the following version numbers that your issue occurs with:
CLI: 3.4.2@rc
Cross-platform modules: 3.4.0
Runtime(s): 3.4.1
Plugin(s): No
Please tell us how to recreate the issue in as much detail as possible.
Steps to reproduce:
tns create TestApp
tns debug ios --debug-brk --path TestApp
=> at this point app stops on launch screen
Open debug url in chrome browser
=> app continue and you can not hit the first line
The text was updated successfully, but these errors were encountered:
There is no way to stop on first line with
tns debug ios
and ChromeDevTools.Please provide the following version numbers that your issue occurs with:
Please tell us how to recreate the issue in as much detail as possible.
Steps to reproduce:
The text was updated successfully, but these errors were encountered: