-
-
Notifications
You must be signed in to change notification settings - Fork 197
Consider removing --debug-brk parameter #1376
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
Agree |
I started implementing this but I am blocked by a bug in the Karma launcher and cannot verify that my change does not break the unit testing. Once this is resolved, I'll create a PR with the fix. |
On the other hand if we want the functionality to be able to run an app in debug without breaking lets leave the parameter but remove the default setting. |
Neither --debug-brk nor --start option was specified. Defaulting to --debug-brk.
Since the android debug command is defaulting always to --debug-brk why do we have this parameter at all. Lets just remove this and have one thing less to worry about and show warning of.
The text was updated successfully, but these errors were encountered: