Hi All.
I had already noticed in some project that some variables in starter return them as null if you try to debug while having the assigned value.
Example:
In activity act_new2 i have this situation:
if i run the code in "Use Legacy Debugger" work.
In attachment example.
Thank you
Marco
I had already noticed in some project that some variables in starter return them as null if you try to debug while having the assigned value.
Example:
B4X:
Starter.a1 = "xxxx"
Starter.a2 = "yyyy"
Sleep(2000)
StartActivity(act_new2)
In activity act_new2 i have this situation:
if i run the code in "Use Legacy Debugger" work.
In attachment example.
Thank you
Marco