lua-users home
lua-l archive

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


On Mon, Apr 19, 2010 at 2:40 PM, cynthia powers <powcyn@gmail.com> wrote:
> Hi,
> Other than building debuggable libraries/binary, is there any (maybe)
> environment variables or options that one can use to dump
> errors in verbose mode.?

Assuming you are building libraries in C, turn on Lua assertions and
that should catch most foul-ups.

-- 
- Patrick Donnelly