Open MikaelMayer opened 11 years ago
The new scala debugger helps to go through the code very easily: http://scala-ide.org/docs/current-user-doc/features/scaladebugger/index.html
Could you activate it for your awesome plug-in AndroidProguardScala ? It currently works only for scala-only projects, so I guess it needs to be manually added.
Here is how they add their new debugger: https://github.com/scala-ide/scala-ide/blob/eb61d7f4130cd1e0da95b6094abd70b68323f5dd/org.scala-ide.sdt.debug/plugin.xml
Thank you for your amazing work.
You're welcome!
I suspect I can't fix this in the AndroidProguardScala plugin though; I suspect it's going to require changes in the scala ide plugin itself.
The new scala debugger helps to go through the code very easily: http://scala-ide.org/docs/current-user-doc/features/scaladebugger/index.html
Could you activate it for your awesome plug-in AndroidProguardScala ? It currently works only for scala-only projects, so I guess it needs to be manually added.
Here is how they add their new debugger: https://github.com/scala-ide/scala-ide/blob/eb61d7f4130cd1e0da95b6094abd70b68323f5dd/org.scala-ide.sdt.debug/plugin.xml
Thank you for your amazing work.