|
Hi. I´m used to debug C code using gdb and C++ code using Visual Studio. These tools allow me to insert break points, trace function calls, check variables values, and so on. But for Lua I still don´t have a debug strategy. How do you debug your Lua code? Also, do you use strict.lua in your production code? Thanks Jose