Hi,
I would like to know what tools do you use to debug Lua code.
Only inserting some logs isn't enough, most of the time we need to trace functions calls, inspect variables contents, and so on. Also, is there any way for the Lua compiler to check if some variable wasn't initilized ('declared')? Thanks! Jose