-
Notifications
You must be signed in to change notification settings - Fork 32
Closed
Labels
Description
Environment
- CLI: 5.0.1
- Cross-platform modules: 5.0.0
- Android Runtime: 5.0.0
- iOS Runtime: 5.0.0
- VSCode: 1.29.1
To Reproduce
tns create newApp --jscd newAppcode .- Add
"tnsArgs": ["--bundle"]in theLaunch on Androidtask. - Run the
Launch on Androidtask. - Set a breakpoint.
- The breakpoint is grayed out and marked as
unverified(most probably the bundle js map is not handled properly).
Expected behavior
You should be able to debug the NativeScript apps in VSCode when the --bundle or --hmr flags are passed.