- Lua 5.1 - 5.4 or luajit (thanks @fesily)
- Platform: Windows, macOS, Linux, Android, NetBSD, FreeBSD
- Breakpoints
- Function breakpoints
- Conditional breakpoints
- Hit Conditional breakpoints
- Step over, step in, step out
- Watches
- Evaluate expressions
- Exception
- Remote debugging
- Support WSL
- Install luamake
git clone https://github.com/actboy168/luamake
pushd luamake
git submodule init
git submodule update
.\compile\install.bat(msvc)
./compile/install.sh (other)
popd
- Clone repo.
git clone https://github.com/actboy168/lua-debug
cd lua-debug
git submodule init
git submodule update
- Download deps.
luamake lua compile/download_deps.lua
- Build
luamake -mode release
- Install extension
actboy168.lua-debug
andactboy168.extension-path
- Open repo in VSCode
- Run task:Copy Publish
thunk
support arm64.- Use lua-epoll instead of select.
- iOS example.