Developer ExperienceHelp wantedLuaModmaker ExperiencePortability
仓库指标
- 星标
- (3,524 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
To ease scripts debugging and also increase portability, we can support pure Lua 5.1.
We can use https://github.com/WheretIB/LuaDkmDebugger to debug Lua from within the Visual studio, but it doesn't support LuaJIT, so using pure Lua can help in this matter. (https://github.com/WheretIB/LuaDkmDebugger/issues/8) LuaDkmDebugger now supports LuaJIT.