-
-
Notifications
You must be signed in to change notification settings - Fork 196
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
Debug command builds and installs the app twice #722
Comments
Related to #475. |
The issue with building and installing the app twice is fixed, but the debugger does not launch following the steps above. Console Log: https://gist.github.com/vchimev/68086fd0b535e5e4b361 |
It looks that the default timeout for the debugger to establish connection with the device/emulator when launching an emulator for the first time could not be enough. Therefore for version 1.2.2 the default timeout will increase from 60 to 90 seconds. If this would not be enough, --timeout option could be used. |
tns debug <platform> --debug-brk
build and installs the app twiceSteps to reproduce:
tns create testApp
cd testApp
tns platform add android --frameworkPath
tns debug android --debug-brk --emulator
Console Log: https://gist.github.com/vchimev/9587d957355e40d1bc7a
The text was updated successfully, but these errors were encountered: