You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
today I tried some debugging for the first time with RoboVM 2.3.3 and came across an issue with Break-Points and Step-Filters.
Issue details
It compiles fine, launches and hits my Break-Points as intended.
But when Using-Step-Filters like:
Step into (F5)
Step over (F6)
Step return (F7)
I just get an Error In Eclipse:
com.sun.jdi.ClassNotPreparedException occured creating step request.
After that the app is more or less stuck. Even hitting F8 wont work anymore for me. Only thing I can do then is either relaunch the app, or suspend all threads manually and resume the whole application.
Also I have issues with the Debugger randomly disconnecting. After hitting a breakpoint. Not sure why, but it hits the Breakpoint, I can see variable content for like a second and then the debugger just disconnects from the device without any error. The App on the device stays in a suspended state with no way to resume them. So I have to kill and relaunch the app.
Reproduction steps/code
Run App in Debug-Mode
Set Breakpoint at llocation of your choice
Press F6 to Step over
Get error Message.
Configuration
Build Tools:
IDEA plugin
[*] Eclipse plugin
Gradle plugin
Versions:
Please provide the version of RoboVM, XCode and JDK used