lua-users home
lua-l archive

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


I'm creating a GUI debugger for my application, using the CliDebugger as a starting point. It seems that the lack of return hook support for native calls is causing my stack levels to increase as I step through scripts that call out to C functions. Are there any known workarounds for this? I'd be willing to modify LuaJIT source if someone can point me to what needs to be implemented, but I'm hoping for a Lua solution.

Sean