-
Notifications
You must be signed in to change notification settings - Fork 133
Is there a debugger available?
florianf edited this page Dec 14, 2017
·
8 revisions
Short answer YES.
@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
- NPE not handled when Robovm used as SDK, for details see https://github.com/MobiVM/robovm/issues/235
- Developer Guide
- Changelog
- What we're currently working on and where you can help
- F.A.Q.
- Are non libGDX iOS apps supported?
- Is there a debugger available?
- How are bindings to existing native frameworks generated?
- Who is behind this project?
- Are there any alternatives to RoboVM?
- Can RoboVM be built on Linux?
- My app is crashing without a stacktrace, what should I do?
- Is XCode interface builder supported?
- Memory Management Guide
- Howto Create an Asset Catalog for XCode 9 Appstore Submission?
- Generate Admob Bindings with bro gen Tutorial