Scala+Android: Is anybody successfully building and debugging in Eclipse?

前端 未结 2 1859
北恋
北恋 2021-02-14 01:16

So far, the only way I\'ve been able to debug within Eclipse is to use Treeshaker with Scala IDE\'s buggy 2.8 branch. If I try to build with Scala IDE without Treeshaker, I get

2条回答
  •  不要未来只要你来
    2021-02-14 01:42

    Using AndroidProguardScala, I am successful in debugging, using scala 2.10 and Eclipse 3.7 It also deals with for comprehensions as the usual plugin. See the detailed answer there:

    Eclipse, Android, Scala made easy but still does not work

    The only missing feature is the new scala debugger in the latest scala eclipse plugin, which is not yet integrated. So for example, to debug a map, you will have to go though files such as Map.scala, ArrayBuffer.scala, Object.scala, and so on.

提交回复
热议问题