Beispiel #1
0
 static void lstop(Lua.LuaState L, Lua.lua_Debug ar)
 {
     Lua.lua_sethook(L, null, 0, 0);
     Lua.luaL_error(L, "interrupted!");
 }