lua-users home
lua-l archive

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



To my mind, adding these capabilities for Lua would be a great step
forward, since debugging programs is not an easy task, and debugging
programs, written in dynamically typed languages, is even harder.

Instead of a complicated debugger, if you use plenty of unit tests and assertions in your code, you won't need a debugger, you'll be more productive overall, and your code will be of higher quality.

Cheers,
Thomas.