-
Notifications
You must be signed in to change notification settings - Fork 32
Debugging not working with --bundle #222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This issue was introduced by the commit from here: #213 That commit solves the debug extension issue for the angular template, but adds other issues for the rest of the templates. |
Was this ever fixed? I'm still having this same issue. |
@18clans, it was fixed in the new version of the launch.json. If you are using an old project, check your |
Nop still not working. v.0.9.0 with nativscript +vue |
@xdubx Maybe there are some source maps issues in your app (e.g. the I suggest you update If this doesn't help, please open a new issue following the issue template in order to allow us investigate it further. |
update the webpack config works for me thx for the fast reply. |
Environment
To Reproduce
tns create newApp --js
cd newApp
code .
"tnsArgs": ["--bundle"]
in theLaunch on Android
task.Launch on Android
task.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.The text was updated successfully, but these errors were encountered: