-
-
Notifications
You must be signed in to change notification settings - Fork 197
iOS --debug-brk fails the majority of the time #3122
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
Comments
I have the same problem: it seems to work most of the time for the simulator. But it is impossible for me to break at startup on device. |
Hi @Alphapage , Here's what I did:
Ran it 7 times with Can you try the same steps as mine and share your result or explain what's your set up and steps? Any log? |
Hi @Natalia-Hristova , |
@Natalia-Hristova, I tried ios 9 simulator successfully.
|
Please, provide the details below:
Did you verify this is a real problem by searching
Yes (issues here)
Tell us about the problem
doing
tns debug ios --debug-brk
will probably only 10% of the time actually break. The majority of the time it does not break during startup meaning I have to reset the program a couple times before I can get it to break.Which platform(s) does your issue occur on?
iOS
Please provide the following version numbers that your issue occurs with:
TNS 3.1 through TNS 3.2
Please tell us how to recreate the issue in as much detail as possible.
Attempt to debug break a NativeScript Angular app. (I think it fails more on NAN apps)
The text was updated successfully, but these errors were encountered: