[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: debug library
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Sat, 22 Sep 2012 14:34:24 -0300
> I miss stuff like "get a list of all functions for a loaded chunk",
This does not make much sense because function definition is actually
an assignment.
> maybe even "get insight into the compiled code in some way" etc.
You can try lbci, my bytecode inspector library:
http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#lbci
If there is interest, I can update it to support Lua 5.2.