lua-users home
lua-l archive

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


Chris Chapman wrote:

We found that the loss of debugability was a major factor in how much we use
Lua. So much so that our AI programmers gave up trying to put high level
logic into the script and just found ways to restart/change logic faster.

If you have a step through debugger then you eliminate this problem, it's quite possible to build a quick and nasty debugger for lua, or use luaPlus which has VC debugger intergration
as well as a stand alone debugger.