lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Le 17/07/2012 22:05, Jose Marin a écrit :
Hi,
Hi,

I would like to know what tools do you use to debug Lua code.
I might be a little late, but you can try Koneki LDT [1] and its debugger [2].
[1] - http://eclipse.org/koneki/ldt/
[2] - http://wiki.eclipse.org/Koneki/LDT/Concepts/Debugger

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