I've been having a few issues with the Rapid debugger and I was wondering if anyone else is seeing them or if it is a problem with my computer maybe. I have these issues with all 3 of my android devices. These problems are happening with both the Apps I'm currently working on. These problems arise about half the time I use the rapid debugger and resetting the computer has no effect.
Any ideas?
- Rapid debuggers gets slow, like the original debugger.
- Rapid debugger sometimes won't stop at the break points, even though I know it went through them because of the logs.
- While using rapid debugger and it is paused with the yellow highlight, the debugger will randomly quit and my app stops without any B4A error. When I un-check filter in logs I get:
java.lang.RuntimeException: java.lang.ArrayIndexOutOfBoundsException
at anywheresoftware.b4a.shell.Shell.getDebuggerVariable(Shell.java:815)
at anywheresoftware.b4a.shell.Shell.handleIncomingData(Shell.java:187)
at anywheresoftware.b4a.shell.ShellConnector.readControlData(ShellConnector.java:204)
at anywheresoftware.b4a.shell.ShellConnector.connect(ShellConnector.java:185)
at anywheresoftware.b4a.shell.ShellConnector.run(ShellConnector.java:119)
at java.lang.Thread.run(Thread.java:1096)
Caused by: java.lang.ArrayIndexOutOfBoundsException
at anywheresoftware.b4a.objects.collections.Map.debug(Map.java:177)
at anywheresoftware.b4a.shell.Shell.getDebuggerVariable(Shell.java:766)
... 5 more
** Activity (main) Pause, UserClosed = true **
WIN DEATH: Window{3293cb88 hoodedbits.b4a.cryptsyaction/hoodedbits.b4a.cryptsyaction.main paused=true}
WIN DEATH: Window{32922b78 hoodedbits.b4a.cryptsyaction/hoodedbits.b4a.cryptsyaction.main paused=true}
Process hoodedbits.b4a.cryptsyaction (pid 6196) has died.
Scheduling restart of crashed service hoodedbits.b4a.cryptsyaction/anywheresoftware.b4a.samples.httputils2.httputils2service in 5000ms
Not Samsung EMMC
No longer want com.cooliris.media (pid 777): hidden #16
No longer want com.google.android.gm (pid 30065): hidden #17
surfaceCreated
surfaceChanged
Any ideas?