|
Chris Chapman wrote:
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 intergrationWe 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.
as well as a stand alone debugger.