lua-users home
lua-l archive

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


On Wed, 16 Jul 2008 14:04:51 -0700
Chip Salzenberg <chip@pobox.com> wrote:

> So, this is a supported behavior/usage?  Specifically, setting the
> debug hook on a running state from another thread?
this is what LHF did in his 'alarm' library, if i understand you
correctly. you can set debug hook from C callback, for example, and then
do everything you need in the context of the running interpreter.