lua-users home
lua-l archive

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


Hi,

I am stuck in a scenario in which I have to call lua_dofile(.) from within a
debugger. The debugger does its job by setting up hooks within the lua VM
instance. However, I always get a crash when I call lua_dofile(.) from
within a called hook procedure. Is this the behavior or am I doing something
else wrong? I can give the entire debug stack in case its required. 
Thanks in advance.

Regards,
Zulfiqar Inayat Malik.