Is there a debugger available? - MobiVM/robovm GitHub Wiki
Short answer YES.
Details
@dkimitsa implemented a full fledged debugger, including support for IntelliJ and eclipse. Details in the PR https://github.com/MobiVM/robovm/pull/159 and issue https://github.com/MobiVM/robovm/issues/159
Known issues
- NPE not handled when Robovm used as SDK, for details see https://github.com/MobiVM/robovm/issues/235