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
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
tns create app
tns debug ios --hmr
open URL in chrome and set breakpoint, make sure that it works
open second tab, breakpoint works
close second tab and reconnect from first one.
breakpoint stops working
Expected behavior
breakpoint continues working
The text was updated successfully, but these errors were encountered:
Environment
Provide version numbers for the following components (information can be retrieved by running
tns info
in your project folder or by inspecting thepackage.json
of the project):Describe the bug
If you open second tab and then close it, try to breakpoint and you will see that nothing happens.
To Reproduce
tns create app
tns debug ios --hmr
Expected behavior
breakpoint continues working
The text was updated successfully, but these errors were encountered: