Closed
Description
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.