lua-users home
lua-l archive

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


On Thu, Sep 10, 2009 at 5:09 AM, Matt Kime <mattkime@gmail.com> wrote:
> can someone point me toward the "hello world" of lua debugging?

I'm assuming that the Lua code is running on the camera, so one option
there is RemDebug.

This uses sockets to do remote debugging. Does chdk provide something like this?

A derived project is http://luaforge.net/projects/clidebugger/ which
doesn't use sockets, runs remotely. So if you have a basic interactive
mode, that could also be your best friend.

steve d.