lua-users home
lua-l archive

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


On 14 February 2013 16:35, Hadriel Kaplan <HKaplan@acmepacket.com> wrote:
>
> On Feb 14, 2013, at 10:56 AM, Joshua Jensen <josh.jjensen@gmail.com>
>  wrote:
>
>> Unless they removed support for it, Decoda can also attach to any external process that has a Lua core and debug it.
>> That's a big deal in some cases.
>
> So can Koneki LDT and ZeroBrane Studio.

They both require that you have access to the Lua code which you want
to debug and can change the code to enable debugging, this is not the
case for Decoda and the Lua code could be embedded into the
executable.

--Liam