You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't even try to guess what could be wrong unless you provide more info.
What is the Lua version? Built from source, prebuilt binaries, from repositories, bundled with some program? Which OS/distribution?
Do "normal" (non-yielding) debug hooks work without this lib? With this lib? Does the test.lua included with this lib work? Also note that hook yielding from LUA is done by returning a true value from the hook, instead of using coroutine.yield in it.
lua_yield from hook will cause "stack overflow" error
The text was updated successfully, but these errors were encountered: