Skip to content

Debugging not working with new angular projects and --bundle #232

@endarova

Description

@endarova

Environment
CLI: @rc(5.1.1)
Cross-platform modules: 5.1.1
Android Runtime: 5.1.0
iOS Runtime: 5.1.0
VSCodeExtension: v.2018.12.11.1

To Reproduce:
tns create newApp --ng
cd newApp
code .
Add "tnsArgs": ["--bundle"] in the Launch on Android task.
Run the Launch on Android task.
Set a breakpoint.
The breakpoint is grayed out and marked as unverified

It is the same for ios.
(It is working with old templates for example @5.1.0).

Expected behavior
You should be able to debug the NativeScript apps in VSCode when the --bundle flag is passed.

Metadata

Metadata

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions