Add support for debugging junit test targets |
|||
Issue descriptionCurrently there is no easy way to be able to attach a debugger (for example from Android Studio) to the junit tests targets, as there is no support for --wait-for-debugger in the generated scripts in out/.../bin/run_foo_junit_tests. It would be great if those targets worked as other targets. This was recently discussed in the following thread on chromium-dev@: https://groups.google.com/a/chromium.org/forum/#!topic/chromium-dev/mm_68bVKf0M/discussion That also links to documentation (possibly outdated) for how to do this using Eclipse and setting up a Run-project manually: https://chromium.googlesource.com/chromium/src/+/master/docs/eclipse.md#Run-Robolectric-JUnit-tests
,
Aug 16 2017
I can try to take this, I managed before to attach a debugger to integration tests to device, so supposedly this should easier. However I won't be able to work on this until at least q4.
,
Aug 1
|
|||
►
Sign in to add a comment |
|||
Comment 1 by jbudorick@chromium.org
, Aug 15 2017Status: Available (was: Untriaged)