Skip to content

debug android --debug-brk do not stop if app is not deployed #4567

Open
@dtopuzov

Description

@dtopuzov

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.3.1
  • Cross-platform modules: 5.3
  • Android Runtime: 5.3
  • iOS Runtime: 5.3
  • Plugin(s): No

Describe the bug
tns debug android --debug-brk do not stop on first line if app is not previously deployed.

To Reproduce

tns create TestApp --js
tns debug android --debug-brk --path TestApp

Expected behavior
debug android --debug-brk to stop on first line of code.

Additional context
No issues with command above if tns run android is executed before that (app is available on device).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions