lua-debug
lua-debug copied to clipboard
Lua Debug Adapter for Visual Studio Code
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 extension
actboy168.lua-debug
andactboy168.extension-path
- Build luamake
- Open repo in VSCode
- Run task:Rebuild
- Run task:Copy Publish
Todo
-
thunk
support arm64. - Use lua-epoll instead of select.
- iOS example.