[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: debugging lua code
- From: Patrick Donnelly <batrick@...>
- Date: Mon, 19 Apr 2010 20:54:20 -0400
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