AndroidProguardScala icon indicating copy to clipboard operation
AndroidProguardScala copied to clipboard

Use the new scala debugger

Open MikaelMayer opened this issue 12 years ago • 1 comments

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.

MikaelMayer avatar Aug 12 '13 14:08 MikaelMayer

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.

banshee avatar Apr 09 '14 15:04 banshee