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-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
The text was updated successfully, but these errors were encountered:
vtrifonov
changed the title
breakpoint stop to hit when you have two open tabs and close one
Breakpoint stop to hit when you have two open tabs and close one
Feb 6, 2019
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
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
Expected behavior
to hit breakpoint
The text was updated successfully, but these errors were encountered: