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

tns debug ios --hmr If you have two open tabs and close one, breakpoint stops working #4273

Closed
miroslavaivanova opened this issue Jan 8, 2019 · 0 comments
Assignees
Labels
Milestone

Comments

@miroslavaivanova
Copy link
Contributor

Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):

  • CLI: rc (5.1.1-2019-01-08-12775)
  • Android Runtime: 5.1.0
  • iOS Runtime: 5.1.0

Describe the bug
If you open second tab and then close it, try to breakpoint and you will see that nothing happens.

To Reproduce

  1. tns create app
  2. tns debug ios --hmr
  3. open URL in chrome and set breakpoint, make sure that it works
  4. open second tab, breakpoint works
  5. close second tab and reconnect from first one.
  6. breakpoint stops working

Expected behavior
breakpoint continues working

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

No branches or pull requests

4 participants