Skip to content

[iOS][Debug] "tns debug ios --start" is not working if the app is previously started with "tns debug ios" #2456

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

Closed
ivanbuhov opened this issue Jan 26, 2017 · 1 comment

Comments

@ivanbuhov
Copy link
Contributor

CLI version: 2.5
iOS Runtime version: 2.5

Steps to reproduce:

  1. Run tns debug ios in the app root. This should deploy the app and attach the WebInspector.
  2. Close the WebInspector and close/kill the CLI process (Ctrl+C/Ctrl+\). The app should still be opened in the emulator.
  3. Run tns debug ios --start.
    The expected result is the WebInspector to be started and attached to the already running app without restarting it. The actual behavior is stopping the app without even starting it again.

Note: if the app is previously started with clicking on the app icon, tns debug ios --start works as expected.

@rosen-vladimirov
Copy link
Contributor

This issue is resolved with latest CLI and ios-runtime (3.4.1)

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

3 participants