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
Environment
Provide version numbers for the following components (information can be retrieved by running
tns infoin your project folder or by inspecting thepackage.jsonof 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 apptns debug ios --hmrExpected behavior
breakpoint continues working