lua-users home
lua-l archive

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


> > 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.

I'd also want to be able to view and set local variables, and execute an 
input string.

Steve