I’ve noticed a couple of issues when debugging android code with the latest Fire beta (they may predate that version however)
Breakpoints break on the line after the one with the breakpoint set.
Not all locals are shown (either in the debug pane or when they are clicked on in the editor) . Some are but most aren’t. This works much much better when debugging on iOS.
I can’t remember know exactly what I was talking about then. I think it may have been that with objects you basically get the object address and that’s it. In VS you can see the members of the object. AFAIK you can’t do that with Fire…you just get:
Ah ok. I don’t have UI for drilling into object members yet. It’s on my list as high prio when I get back to Fire full time later this month. The debug console should already be dumping a lot of details for locals, at least.
I do seem to recall that I wasn’t seeing all the local variables on Android that I would expect in the debugger pane. I have just tried to check this again but I can’t get a breakpoint to work right now.