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: 5.1.0
Cross-platform modules: 5.0.0
Android Runtime: 5.0.0
iOS Runtime: 5.0.0
To Reproduce
tns create testApp --js && cd testApp
tns debug android
Open the Chrome URL and set a breakpoint.
Run ctrl + c in order to terminate the debug command.
Try to hit your breakpoint.
The breakpoint will be successfully hit.
Expected behavior
The debug session should be terminated along with the CLI debug command.
The text was updated successfully, but these errors were encountered:
Once the session is established and CLI command exits, CLI will remove the port forwarding. But the connection between Chrome DevTools and device is already setup, so it will continue to live. If you refresh DevTools or restart app on device, the connection will not be established anymore.
So I'm closing this issue as CLI no longer leaks forwarded ports.
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):To Reproduce
tns create testApp --js && cd testApp
tns debug android
ctrl + c
in order to terminate the debug command.Expected behavior
The debug session should be terminated along with the CLI debug command.
The text was updated successfully, but these errors were encountered: