即便如此,也没有内置的Lua调试器,Lua为开发者创建很多调试器是开源。 ... function myfunction () print(debug.traceback("Stack trace")) print(debug.getinfo(1)) ...
確定! 回上一頁