Why can’t we get Lua debug info on device? Is this possible? Is it a bug?
This works fine on simulator but not when tested on Device (Android, Galaxy S4).
I would like to use Lua debug info to build an advanced logging module for Corona.
[lua]
local debugInfo = debug.getinfo(i)
table.foreach (debugInfo, print)
[/lua]
Thanks,
Daniel