- Lua 5.3
- Platform: Windows
- Adds
syslibto global packages - Breakpoints
- Function breakpoints
- Conditional breakpoints
- Hit Conditional breakpoints
- Step over, step in, step out
- Watches
- Evaluate expressions
- Exception
- Remote debugging
- Support WSL
Install luamake (use x64 native tools command prompt for VS 2022)
git clone https://github.com/actboy168/luamake
pushd luamake
git submodule init
git submodule update
.\compile\install.bat(msvc)
./compile/install.sh (other)
popdClone repo.
git clone https://github.com/saspivey98/Lua-on-Windows
cd lua-debug
git submodule init
git submodule updateDownload depedencies.
luamake lua compile/download_deps.luaBuild
luamake -mode release- Package extension by running
vsce packagein the/publish/directory. (You will need to install vsce bynpm i -g vsce) - Install extension by clicking extensions, and then click the ellipse
...in the top corner. SelectInstall from VSIX. - For release,
Run task:Copy Publish