lua-users home
lua-l archive

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


Hi Steve,

do you believe that your errors are appearing all throughout your ten
thousand line Lua program?  Or are there portions of the program that
you could attempt to excise and see if you can still get these errors?
I believe you will find it very difficult locating the problem while
keeping the size of your application this large.  Are there absolutely
no commonalities between the various errors you are experiencing?

Maybe one approach that could help is to catalogue all the errors that
are appearing, and over time you will get enough data points to find a
pattern.  This pattern can be useful in trying to cut down the
program, so that debugging may begin to become feasible.

Robby