-
-
Notifications
You must be signed in to change notification settings - Fork 197
Empty Chrome DevTools when using tns debug ios for iOS Simulator #3337
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
Any update on this? |
It was fixed and released in [email protected]. @shamoh19 do you still experience the problem? Which is your nativescript version? |
@dtopuzov Working. But live sync either taking too much time or not happening. Currently I am using latest version 4.0.0 |
I have the same issue as OP Empty inspector even after making an API request, network is also empty |
Same issue here version: 5.0.3. Any solution? |
Hi @brobee, We've made a lot of improvements in the debug experience in 5.1.0, 5.1.1 and 5.2.0. I highly recommend you update to the latest version (5.2.0) and open a new issue if you still experience such behavior. |
@DimitarTachev same issue on 6.3.2 |
Did you verify this is a real problem by searching Stack Overflow and the other open issues in this repo?
Yes
Tell us about the problem
When
tns debug ios
is used and a change in the application code is applied, Chrome DevTools should be reconnected. Once the change is applied on simulator, CLI prints the new URL that should be opened in Chrome DevTools (commonly it is the same as the previous one). In case you open this URL immediately, you'll receive empty DevTools. The problem is that CLI prints the URL when application is still not started on device and DevTools are unable to connect.Which platform(s) does your issue occur on?
iOS
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.
$ tns debug ios
and ensure you are using iOS Simulator.js
file).The text was updated successfully, but these errors were encountered: