-
Notifications
You must be signed in to change notification settings - Fork 133
Implementing a Debugger
florianf edited this page May 11, 2017
·
17 revisions
@dkimitsa is leading the effort to implement a debugger for RoboVM. He's building it upon the original RoboVM soft-debugger. It should bring back full debugging support to RoboVM. Currently all the work is done in his fork in the debugger branch https://github.com/dkimitsa/robovm/tree/debugger
Currently there is a pre-release build for IDEA available for download https://drive.google.com/file/d/0B16ZKSX2nanqN3pBU2xLNmdqb00
For the latest updates and info head over to the RoboVM Gitter channel: https://gitter.im/MobiDevelop/robovm
- 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