[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Writing a debugger: line breakpoints
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 8 Jul 2008 21:30:56 -0300
> I examined the code of lbci and used it to make my own static analysis
> routine. The requirements for getting all of the line numbers and
> matching them to names of functions are non-trivial, but it works!
Could you share your code if it only uses the lbci api?
> The only thing I don't like about this is that it's tied to the private
> interface of Lua, ie. it is version-dependent and needs access to the
> complete Lua source in order to build. But things could be worse.
Well, I can promise to keep lbci updated if there's enough interest.
--lhg