Skip to content

Android debugging is leaking the debug session #4219

Closed
@DimitarTachev

Description

@DimitarTachev

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

  1. tns create testApp --js && cd testApp
  2. tns debug android
  3. Open the Chrome URL and set a breakpoint.
  4. Run ctrl + c in order to terminate the debug command.
  5. Try to hit your breakpoint.
  6. The breakpoint will be successfully hit.

Expected behavior
The debug session should be terminated along with the CLI debug command.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions