lua-debug
Requirements
- Lua 5.1 - 5.4 or luajit (thanks @fesily)
- Platform: Windows, macOS, Linux, Android, NetBSD, FreeBSD
Feature
- Breakpoints
- Function breakpoints
- Conditional breakpoints
- Hit Conditional breakpoints
- Step over, step in, step out
- Watches
- Evaluate expressions
- Exception
- Remote debugging
- Support WSL
Build
- 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
Install to VSCode
- Install extension
actboy168.lua-debug
and actboy168.extension-path
- Open repo in VSCode
- Run taskοΌCopy Publish
Todo
thunk
support arm64.
- Use lua-epoll instead of select.
- iOS example.