示例#1
0
 static void lstop(LuaState L, LuaDebug ar)
 {
     Lua.LuaSetHook(L, null, 0, 0);
     Lua.LuaLError(L, "interrupted!");
 }