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-09-12781)
- Android Runtime: 5.1.0
Describe the bug
Run command: tns debug android and open two tabs. The breakpoint will hit. Close second tab and you will see that the breakpoint can't hit.
To Reproduce
tns debug android
- open two tabs with URL
- set breakpoint and hit it
- close second tab
- try to hit a breakpoint
Expected behavior
to hit breakpoint
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
Run command:
tns debug androidand open two tabs. The breakpoint will hit. Close second tab and you will see that the breakpoint can't hit.To Reproduce
tns debug androidExpected behavior
to hit breakpoint