lua-users home
lua-l archive

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


Luiz Henrique de Figueiredo wrote:
> 4. Do you think the debugging interface ldebug.h is useful as it is?

The lua_linehook and lua_callhook should be in the state and there
should be a lua_currentfile (Or the current line & file should be in the
state also!)

But I like the way that I can do my own debugger!!

Erik