Android Question Debug legacy problem

Arnaud

Active Member
Licensed User
Longtime User
Hello,

With the New version B4A v5.02. when I connect with Debug(Legacy) , I can not watch the global and local variable, just play, stop, pause and log!
I test with à breakpoint, the programme stop on the breakpoint (I can verify on my smartphone or tablett) but I don t watch global and local variable!

With rapid debugger, it is very slowly and I can watch global and local variable but there are sometimes value false or null. ...

I have no problem with the program tutorial (bluetooth, tableview and other), all debug mode is perfect with program tutorial.

My program run correctly in release mode, and with the B4A 4.3 in all mode .
Have you an idea for the debug legacy and rapid problem ?

Thank you for you help

Arnaud
 

Arnaud

Active Member
Licensed User
Longtime User
it is a bit faster but still very slow, but if I put a breakpoint , the displayed variables are erroneous with rapid debugger.

My activity can be too global or local variable ? My activity show various graphical displays.
 
Upvote 0

Arnaud

Active Member
Licensed User
Longtime User
After several tests , it seems that legacy debugger display any value if the activity contains many globals variable. This appears to be a saturation.
is it possible?
 
Upvote 0
Top