# luada **Repository Path**: mirrors_ousttrue/luada ## Basic Information - **Project Name**: luada - **Description**: Lua Debug Adapter - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-01 - **Last Updated**: 2026-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LuaDA Lua Debug Adapter [Debug Adapter Protocol] implementation. ## TODO * [ ] request: disconnect * [ ] launch: env * [ ] error handling: extension(exe not found...) * [ ] error handling: debug adapter ## build vsix ``` $ npx vsce package ``` ## build luajit * require python3 * require vc2019 ``` $ pip install invoke $ invoke build $ LuaJIT/src/luajit.exe ```