lua-users home
lua-l archive

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


>
> 1. Are you using ldb (And how)?:

No.

> 2. Are you interessed in a debugger for Lua ?:

Yes.

> 3. What functionality whould you want from a Lua Debugger ?:

I'm used to VC++, so I'd want at least comparable functionality.  Single
step, step in, step out, break execution, set break-points, conditional
breaks, look at the call stack.  Perhaps ldb already does these things ( I
haven't tried it ), but that's what I'd want.

ashley