jberkel / android-plugin

An sbt plugin for Android development in Scala
https://groups.google.com/forum/#!forum/scala-on-android
Other
476 stars 113 forks source link

Add debug task #200

Closed danosipov closed 7 years ago

danosipov commented 10 years ago

Similar to start task, but waits for a debugger to be attached. Allows testing onCreate methods, that otherwise run as soon as you start, and don't allow one to attach a debugger.